#define GL_GLEXT_PROTOTYPES #define GLX_GLXEXT_PROTOTYPES #include #include #include #include #include int WindowInit(unsigned int const major, unsigned int const minor); void WindowKill(); void WindowSetFullscreen(int f); unsigned WindowFrame(); double WindowTime(); double WindowDTime(); unsigned WindowWidth(); unsigned WindowHeight(); unsigned WindowScrWidth(); unsigned WindowScrHeight(); void WindowLoop(void (*)());