axmol/HelloWorld/linux/main.cpp

12 lines
213 B
C++

#include "main.h"
#include "AppDelegate.h"
int main(int argc, char **argv) {
// create the application instance
AppDelegate app;
return cocos2d::CCApplication::sharedApplication().run();
}