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

游戏引擎

开发平台:

Visual C++

  1. // BookClass.h: interface for the CBookClass class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_BOOKCLASS_H__77BE8AE5_F1BF_11D3_AAFF_0050BA00E0B0__INCLUDED_)
  5. #define AFX_BOOKCLASS_H__77BE8AE5_F1BF_11D3_AAFF_0050BA00E0B0__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "Goods.h"
  10. class CBookClass : public CBook  
  11. {
  12. public:
  13. CBookClass();
  14. virtual ~CBookClass();
  15.     void InitBook(char *szFileName);
  16. };
  17. #endif // !defined(AFX_BOOKCLASS_H__77BE8AE5_F1BF_11D3_AAFF_0050BA00E0B0__INCLUDED_)