view src/main/symbian/EKA2/sdllib.cpp @ 4545:134c6707b767 SDL-1.2

Fixed bug 993 GCC supports unnamed unions now. :)
author Sam Lantinga <slouken@libsdl.org>
date Sun, 18 Jul 2010 10:51:25 -0700
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);
    }