asteroid-game/proj.ios/ios_api.cpp

9 lines
136 B
C++
Raw Normal View History

2013-05-27 20:14:29 +00:00
#include "include/Engine.h"
#include "main_code.h"
2017-01-17 11:32:00 +00:00
extern "C" void CustomAppInit()
2013-05-27 20:14:29 +00:00
{
AppInit<TMyApplication>(480, 320);
}