diff options
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -8,6 +8,13 @@ int main(int argc, char **argv) { video::height = 720; video::init(); +#ifdef WIN32 + win32_gl_init(); +#ifdef CEGUI_STATIC +#warning "cegui static" +#endif +#endif + Scene scene; SDL_ShowCursor(SDL_DISABLE); |