PuzzleSDK
main.cpp 文件参考
#include "main.h"
#include "AppDelegate.h"
+ main.cpp 的引用(Include)关系图:

浏览源代码.

函数

int WINAPI _tWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPTSTR lpCmdLine, int nCmdShow)
 

变量

 USING_NS_CC
 

函数说明

◆ _tWinMain()

int WINAPI _tWinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPTSTR  lpCmdLine,
int  nCmdShow 
)

在文件 main.cpp30 行定义.

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

变量说明

◆ USING_NS_CC

USING_NS_CC

在文件 main.cpp28 行定义.