CDX15EX8.h
上传用户:wymy58
上传日期:2007-01-07
资源大小:2086k
文件大小:1k
源码类别:

DirextX编程

开发平台:

Visual C++

  1. // CDX15EX8.h : main header file for the CDX15EX8 application.
  2. #ifndef _DXGUIDE_CDX15EX8__H
  3. #define _DXGUIDE_CDX15EX8__H
  4. #if _MSC_VER >= 1000
  5. #pragma once
  6. #endif // _MSC_VER >= 1000
  7. #ifndef __AFXWIN_H__
  8. #error include 'stdafx.h' before including this file for PCH
  9. #endif
  10. #include "resource.h"
  11. class CCDX15EX8App : public CDirectXApp
  12. {
  13. public:
  14. CCDX15EX8App(void);
  15. virtual ~CCDX15EX8App();
  16. public:
  17. CDDDevice* m_pDDDevice;
  18. CDDSurface* m_pRenderSurface;
  19. // add your data here !
  20. CDDLayer* m_pBackLayer;
  21. CDDDIBSurface* m_pTiles;
  22. CDXMap* m_pMap;
  23. public:
  24. // add your function here !
  25. public:
  26. virtual bool GetDXInitSettings(void);
  27. virtual bool InitDXObjects(void);
  28. virtual bool DestroyDXObjects(void);
  29. virtual bool UpdateFrame(void);
  30. public:
  31. // ----
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CCDX15EX8App)
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. //{{AFX_MSG(CCDX15EX8App)
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. #endif // _DXGUIDE_CDX15EX8__H