extern.cpp
上传用户:maxiaolivb
上传日期:2022-06-07
资源大小:915k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #include ".extern.h"
  2. HGE_Impl* g_pHGE = NULL;
  3. hgeFont* g_pFont = NULL; //英文字体
  4. hgeFontCN* g_pFontCN = NULL; //中文字体
  5. GameFrame* g_pGameFrame = NULL; //游戏框架
  6. EditCtrl* g_pEditCtrl = NULL;