texasm.h
上传用户:jnfxsk
上传日期:2022-06-16
资源大小:3675k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #ifndef TEXASM_H
  2. #define TEXASM_H
  3. #include <stdio.h>
  4. #include <windows.h>
  5. #include "....includehge.h"
  6. extern HGE *hge;
  7. void SysLog(const char *format, ...);
  8. #endif