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

游戏引擎

开发平台:

Visual C++

  1. // N_XLiuMang.h: interface for the CN_XLiuMang class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_N_XLIUMANG_H__63B01607_BA0A_11D3_B83E_0000E8A02173__INCLUDED_)
  5. #define AFX_N_XLIUMANG_H__63B01607_BA0A_11D3_B83E_0000E8A02173__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "....Npc.h"
  10. class CN_XLiuMang : public CNpc  
  11. {
  12. public:
  13. CN_XLiuMang();
  14. virtual ~CN_XLiuMang();
  15. };
  16. #endif // !defined(AFX_N_XLIUMANG_H__63B01607_BA0A_11D3_B83E_0000E8A02173__INCLUDED_)