Npub_Child.h
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:1k
- // Npub_Child.h: interface for the CNpub_Child class.
- //
- //////////////////////////////////////////////////////////////////////
- #if !defined(AFX_NPUB_CHILD_H__5B2115C5_9CCD_11D3_ABF1_0000E8E25C21__INCLUDED_)
- #define AFX_NPUB_CHILD_H__5B2115C5_9CCD_11D3_ABF1_0000E8E25C21__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- #include "....Npc.h"
- class CNpub_Child : public CNpc
- {
- public:
- CNpub_Child();
- virtual ~CNpub_Child();
- };
- #endif // !defined(AFX_NPUB_CHILD_H__5B2115C5_9CCD_11D3_ABF1_0000E8E25C21__INCLUDED_)