axmol/tests/test.linux/main.cpp

14 lines
217 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();
}