simplegame : logging of entry points into app

This commit is contained in:
folecr 2013-03-29 15:12:03 -07:00
parent f7d5eb198e
commit b87c29d50b
1 changed files with 0 additions and 1 deletions

View File

@ -14,4 +14,3 @@ void cocos_android_app_init (void) {
LOGD("cocos_android_app_init");
simplegame::AppDelegate *pAppDelegate = new simplegame::AppDelegate();
}