Mercurial > sdl-ios-xcode
view src/main/symbian/EKA2/sdllib.cpp @ 4385:a2bb14457446 SDL-1.2
Fixed bug #888
The OS/2 joystick code included an IBM header and was in violation of the license.
Ryan may put this back someday with a legal header. :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 17 Nov 2009 05:14:23 +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); }