axmol/templates/lua-template-default/frameworks/runtime-src/proj.ios_mac/mac/main.cpp

12 lines
166 B
C++
Raw Normal View History

2019-03-12 13:59:29 +08:00
#include "AppDelegate.h"
#include "cocos2d.h"
USING_NS_AX;
2019-03-12 13:59:29 +08:00
2021-12-28 16:06:23 +08:00
int main(int argc, char* argv[])
2019-03-12 13:59:29 +08:00
{
AppDelegate app;
return Application::getInstance()->run();
}