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

游戏引擎

开发平台:

Visual C++

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