texasm.h
资源名称:hge181.rar [点击查看]
上传用户:jnfxsk
上传日期:2022-06-16
资源大小:3675k
文件大小:0k
源码类别:
游戏引擎
开发平台:
Visual C++
- #ifndef TEXASM_H
- #define TEXASM_H
- #include <stdio.h>
- #include <windows.h>
- #include "....includehge.h"
- extern HGE *hge;
- void SysLog(const char *format, ...);
- #endif