English
首页
论坛
博客
多用户博客
在线工具
在线手册
开通博客赚积分
发布资源赚积分
分类
源码开发语言/平台
当前位置:
首页
> 源码/资料 >
游戏
> 查看源码
SKIPPING.H
资源名称:
Visual_C++GameDevelop.rar [点击查看]
上传用户:
sycq158
上传日期:
2008-10-22
资源大小:
15361k
文件大小:
0k
源码类别:
游戏
开发平台:
Visual C++
SKIPPING.H:源码内容
#ifndef _SKIPPING_
#define _SKIPPING_
#include "ray.h"
#define SKIPPING_ON TRUE
#define SKIPPING_OFF FALSE
typedef BOOL skipping_mode;
void Set_Skipping(skipping_mode new_mode);
#endif