fight.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #if !defined(AFX_FIGHT_H__7AA41FC0_9366_11D3_BA84_0000E8A021D8__INCLUDED_)
  2. #define AFX_FIGHT_H__7AA41FC0_9366_11D3_BA84_0000E8A021D8__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. class CFight  
  7. {
  8. public:
  9. CActiveObject *lpActiveObject;
  10. int iRound;
  11. int nDelay;
  12. public:
  13. CFight();
  14. virtual ~CFight();
  15. void DoFightProc();
  16. void DoKillProc();
  17. };
  18. #endif