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

游戏引擎

开发平台:

Visual C++

  1. // Npub_TuFeitou.h: interface for the CNpub_TuFeitou class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_NPUB_TUFEITOU_H__63B0160A_BA0A_11D3_B83E_0000E8A02173__INCLUDED_)
  5. #define AFX_NPUB_TUFEITOU_H__63B0160A_BA0A_11D3_B83E_0000E8A02173__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "....Npc.h"
  10. typedef struct TUFEITOU {
  11. int number;
  12. int count;
  13. CString whoami;
  14. TUFEITOU() {
  15. number=0;
  16. count=0;
  17. }
  18. } TuFeiTou;
  19. class CNpub_TuFeitou : public CNpc  
  20. {
  21. public:
  22. TuFeiTou *lpTuFeiTou;
  23. CNpub_TuFeitou();
  24. virtual ~CNpub_TuFeitou();
  25. };
  26. #endif // !defined(AFX_NPUB_TUFEITOU_H__63B0160A_BA0A_11D3_B83E_0000E8A02173__INCLUDED_)