From 6c05bac1ace0d31fccfc5898d63236ba6e363fbf Mon Sep 17 00:00:00 2001 From: Vladislav Khorev Date: Wed, 6 Feb 2013 10:10:20 +0000 Subject: [PATCH] ios stuff --- ios/doublehitballs/ios_api.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/doublehitballs/ios_api.cpp b/ios/doublehitballs/ios_api.cpp index b951083..00f3f67 100644 --- a/ios/doublehitballs/ios_api.cpp +++ b/ios/doublehitballs/ios_api.cpp @@ -1,13 +1,13 @@ #include "include/Engine.h" #include "main_code.h" -TMyApplication* App; +TAndroidApplication* App; extern "C" void AppInit() { CreateEngine(); - App = new TMyApplication; + App = new TAndroidApplication; App->OuterInit(480, 320, 480, 320); }