CMGDK r49-rc2
|
#include <hgl/type/DataType.H>
#include <hgl/LogInfo.H>
#include <hgl/InputState.H>
#include <hgl/object/FlowObject.H>
#include <hgl/platform/SystemInitInfo.H>
函数 | |
int | GameMain (int argc, wchar_t **argv) |
int GameMain | ( | int | argc, |
wchar_t ** | argv | ||
) |
游戏程序入口函数
argc | 由命令行中传来的参数个数 |
argv | 由命令行中传来的参数队列 |