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

游戏引擎

开发平台:

Visual C++

  1. // N_Host.h: interface for the CN_Host class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_N_HOST_H__5B2115D3_9CCD_11D3_ABF1_0000E8E25C21__INCLUDED_)
  5. #define AFX_N_HOST_H__5B2115D3_9CCD_11D3_ABF1_0000E8E25C21__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "....Npc.h"
  10. class CN_Host : public CNpc  
  11. {
  12. public:
  13. CN_Host();
  14. virtual ~CN_Host();
  15. virtual TRetInfo DoApprentice(CPlayerInfo *who);
  16. };
  17. #endif // !defined(AFX_N_HOST_H__5B2115D3_9CCD_11D3_ABF1_0000E8E25C21__INCLUDED_)