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

DirextX编程

开发平台:

Visual C++

  1. // Palette2.h : main header file for the PALETTE2 application.
  2. #ifndef _DXGUIDE_PALETTE2__H
  3. #define _DXGUIDE_PALETTE2__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 CPalette2App : public CDirectXApp
  12. {
  13. public:
  14. CPalette2App(void);
  15. virtual ~CPalette2App();
  16. public:
  17. CDDDevice* m_pDDDevice;
  18. CDDSurface* m_pRenderSurface;
  19. // add your data here !
  20. public:
  21. // add your function here !
  22. public:
  23. virtual bool GetDXInitSettings(void);
  24. virtual bool InitDXObjects(void);
  25. virtual bool DestroyDXObjects(void);
  26. virtual bool UpdateFrame(void);
  27. public:
  28. // ----
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(CPalette2App)
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. //{{AFX_MSG(CPalette2App)
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. #endif // _DXGUIDE_PALETTE2__H