view src/main/symbian/EKA2/sdllib.cpp @ 4338:d78e4e0bf553 SDL-1.2

Fixed building on Mac OS X
author Sam Lantinga <slouken@libsdl.org>
date Thu, 15 Oct 2009 05:18:48 +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);
    }