axmol/tests/js-tests/project/proj.linux/main.cpp

11 lines
193 B
C++
Raw Normal View History

2015-04-16 18:07:35 +08:00
#include "../Classes/AppDelegate.h"
USING_NS_CC;
int main(int argc, char **argv)
{
// create the application instance
AppDelegate app;
return Application::getInstance()->run();
}