added more extern C markers to keep as muh of the libraries C
parent
97d6dda15a
commit
93b6b898cf
|
@ -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 */
|
||||||
|
|
Loading…
Reference in New Issue