PuzzleSDK
main.cpp 文件参考
#include "../Classes/AppDelegate.h"
#include "cocos2d.h"
#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <string>
+ main.cpp 的引用(Include)关系图:

浏览源代码.

函数

int main (int argc, char **argv)
 

变量

 USING_NS_CC
 

函数说明

◆ main()

int main ( int  argc,
char **  argv 
)

在文件 main.cpp35 行定义.

36{
37 // create the application instance
38 AppDelegate app;
39 return Application::getInstance()->run();
40}
The cocos2d Application.
Definition: AppDelegate.h:39

变量说明

◆ USING_NS_CC

USING_NS_CC

在文件 main.cpp33 行定义.