Mercurial > sdl-ios-xcode
view src/main/symbian/EKA2/sdllib.cpp @ 4031:f0b8bbaf8de5 SDL-1.2
Fixed bug #453
That's silly, we included <asm/page.h> even though we know we have getpagesize()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 10 Jul 2007 05:35:33 +0000 |
parents | e85e65aec22f |
children |
line wrap: on
line source
#include<eikstart.h> #include<sdlmain.h> #include<sdlepocapi.h> GLREF_C TInt E32Main() { return SDLEnv::SetMain(SDL_main, CSDL::EEnableFocusStop | CSDL::EAllowImageResize, NULL, SDLEnv::EParamQuery | SDLEnv::EVirtualMouse); }