mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-07-01 03:04:42 +08:00
13 lines
167 B
C++
13 lines
167 B
C++
|
|
#include "AppDelegate.h"
|
|
#include "cocos2d.h"
|
|
|
|
USING_NS_CC;
|
|
|
|
int main(int argc, char *argv[])
|
|
{
|
|
AppDelegate app;
|
|
return Application::getInstance()->run();
|
|
}
|
|
|