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

游戏

开发平台:

Visual C++

  1. #ifndef _PLAYERINTFACE_
  2. #define _PLAYERINTFACE_
  3. #include "ray.h"
  4. #define MAX_TRACKED_INPUTS 8
  5. #define PLAYER_ROT_SPEED ANGLE_3
  6. void Set_Player_Input_Buffer(PSHORT input_buffer);
  7. angle_type Get_Player_Vert_Angle(pobject cur_obj);
  8. BOOL Is_Flying(pobject test_obj);
  9. #endif