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

游戏

开发平台:

Visual C++

  1. #ifndef _RAYSPR_
  2. #define _RAYSPR_
  3. #include "ray.h"
  4. #include "globals.h"
  5. #include "sprinter.h"
  6. #include "sprutils.h"
  7. extern "C++" pobject_type Obj_Type_List;
  8. extern "C++" USHORT Number_Of_OTs;
  9. extern "C++" pobject_node g_object_list;
  10. extern "C++" BOOL updating;
  11. #endif