Mercurial > sdl-ios-xcode
view src/main/symbian/EKA2/sdllib.cpp @ 3975:e85e65aec22f SDL-1.2
Added S60 port.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 24 Jun 2007 18:26:35 +0000 |
parents | |
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); }