glmaze.h
资源名称:win2ksrc.rar [点击查看]
上传用户:caisha3
上传日期:2013-09-21
资源大小:208739k
文件大小:0k
源码类别:
Windows编程
开发平台:
Visual C++
- #ifndef __GLMAZE_H__
- #define __GLMAZE_H__
- #include "sscommon.h"
- #include "maze_std.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- enum {
- TEX_WALL = 0,
- TEX_FLOOR,
- TEX_CEILING,
- TEX_START,
- TEX_END,
- TEX_RAT,
- TEX_AD,
- TEX_COVER,
- NUM_TEXTURES
- };
- void UseTextureEnv( TEX_ENV *pTexEnv );
- #define MAX_RATS 10
- extern MazeOptions maze_options;
- extern TEX_RES gTexResSurf[];
- #ifdef __cplusplus
- }
- #endif
- #endif
English
