#include "../Classes/AppDelegate.h" #include #include #include #include USING_NS_CC; int main(int argc, char **argv) { // create the application instance AppDelegate app; return Application::getInstance()->run(); }