view src/main/symbian/EKA2/sdllib.cpp @ 4197:1bf6585720e9 SDL-1.2

Use loop to allocate needed buffers, instead of code duplication. Add missing header.
author Patrice Mandin <patmandin@gmail.com>
date Sat, 19 Sep 2009 21:58:59 +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);
    }