#ifndef _CONTEXT_H_ #define _CONTEXT_H_ int init_opengl(void* glfw, void*(*gl_loader)(void*, const char*)); void clear(); #endif