English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
游戏
>
游戏引擎
> 查看源码
extern.cpp
资源名称:
EditCtrlSrc0.rar [点击查看]
上传用户:
maxiaolivb
上传日期:
2022-06-07
资源大小:
915k
文件大小:
0k
源码类别:
游戏引擎
开发平台:
Visual C++
extern.cpp:源码内容
#include ".extern.h"
HGE_Impl* g_pHGE = NULL;
hgeFont* g_pFont = NULL; //英文字体
hgeFontCN* g_pFontCN = NULL; //中文字体
GameFrame* g_pGameFrame = NULL; //游戏框架
EditCtrl* g_pEditCtrl = NULL;