view src/main/symbian/EKA2/sdllib.cpp @ 4259:384315d1bfa5 SDL-1.2

Added *.dSYM (Mac OS X debug symbols) to svn:ignore list for test dir.
author Ryan C. Gordon <icculus@icculus.org>
date Mon, 28 Sep 2009 18:16: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);
    }