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

游戏引擎

开发平台:

Visual C++

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