www.pudn.com > 2DGameAnimS60C_v1_0.zip > RetroMain.cpp
////////////////////////////////////////////////////////////////////////
//
// RetroMain.cpp
//
// Copyright (c) 2003 Nokia Mobiles PhonesLtd. All rights reserved.
//
////////////////////////////////////////////////////////////////////////
#include "RetroApplication.h"
// Epoc DLL entry point, return that everything is ok
GLDEF_C TInt E32Dll(TDllReason)
{
return KErrNone;
}
EXPORT_C CApaApplication* NewApplication()
{
return (new CRetroApplication);
}