Changes to match reverting of namespace simplegame for this sample

This commit is contained in:
folecr 2013-08-05 00:16:49 -07:00
parent fe01166e92
commit bf6b57fe19
1 changed files with 1 additions and 1 deletions

View File

@ -12,5 +12,5 @@ using namespace cocos2d;
void cocos_android_app_init (void) {
LOGD("cocos_android_app_init");
simplegame::AppDelegate *pAppDelegate = new simplegame::AppDelegate();
AppDelegate *pAppDelegate = new AppDelegate();
}