#include #ifdef NAUNET_ON_WINDOWS // classic... https://community.khronos.org/t/wingdiapi-not-defined/17645/2 #include #endif #ifdef STELA_USE_GLAD #ifdef STELA_USE_GLES #include #else #include #endif #else #ifdef STELA_USE_GLES #include #include #include /* #include #include #include #include #include */ #else #define GL_GLEXT_PROTOTYPES #include #ifdef STELA_HAS_GLEXT #include #include #endif #endif #endif bool stl_gl_check_error(); bool stl_gl_loader_load(void (*(*get_proc_address)(const char *))(void));