added more extern C markers to keep as muh of the libraries C

pull/1/head
Sara 2023-04-07 21:13:54 +02:00
parent 97d6dda15a
commit 93b6b898cf
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,7 @@
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif
#include "context.h" #include "context.h"
typedef int depth_t; typedef int depth_t;
@ -74,5 +75,4 @@ extern void set_active_view(const view_t* view);
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif #endif
#endif /* _render_h */ #endif /* _render_h */