SKIPPING.H
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:0k
源码类别:

游戏

开发平台:

Visual C++

  1. #ifndef _SKIPPING_
  2. #define _SKIPPING_
  3. #include "ray.h"
  4. #define SKIPPING_ON TRUE
  5. #define SKIPPING_OFF FALSE
  6. typedef BOOL skipping_mode;
  7. void Set_Skipping(skipping_mode new_mode);
  8. #endif