摘要:
背景在学习cocos2dx时,我们在main函数中发现一句代码, 1 #include "main.h" 2 3 #include "AppDelegate.h" 4 5 #include "CCEGLView.h" 6 7 8 9 USING_NS_CC; 10 11 12 13 int APIENTRY _tWinMain(HINSTANCE hInstance, 14 15 HINSTANCE hPrevInstance, 16 17 LPTSTR lpCmdLine, 18 19 int nCmdShow) 20 21 { 2 阅读全文