X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=laserbrain_demo;a=blobdiff_plain;f=src%2Fopengl.h;h=6ef17334ad4ee9b9ecebcf2eea3942f595f3b9ec;hp=deeddd3392dc27c597ef5c9e92bc0d1b33043c58;hb=215f16e2f26cc2acc79255bab06f13452ec06ae5;hpb=827f01e0ede01a7dd640c8055f1a169cb85e32f9 diff --git a/src/opengl.h b/src/opengl.h index deeddd3..6ef1733 100644 --- a/src/opengl.h +++ b/src/opengl.h @@ -3,4 +3,20 @@ #include -#endif // OPENGL_H_ +struct GLCaps { + int debug; /* ARB_debug_output */ +}; + +extern struct GLCaps glcaps; + +#ifdef __cplusplus +extern "C" { +#endif + +int init_opengl(void); + +#ifdef __cplusplus +} +#endif + +#endif /* OPENGL_H_ */