Fractal Example.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. // Fractal Example.h : main header file for the FRACTAL EXAMPLE application
  2. //
  3. #ifndef __AFXWIN_H__
  4. #error include 'stdafx.h' before including this file for PCH
  5. #endif
  6. #include "resource.h"       // main symbols
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CFractalExampleApp:
  9. // See Fractal Example.cpp for the implementation of this class
  10. //
  11. class CFractalExampleApp : public CWinApp
  12. {
  13. public:
  14. CFractalExampleApp();
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CFractalExampleApp)
  18. public:
  19. virtual BOOL InitInstance();
  20. //}}AFX_VIRTUAL
  21. // Implementation
  22. //{{AFX_MSG(CFractalExampleApp)
  23. afx_msg void OnAppAbout();
  24. // NOTE - the ClassWizard will add and remove member functions here.
  25. //    DO NOT EDIT what you see in these blocks of generated code !
  26. //}}AFX_MSG
  27. DECLARE_MESSAGE_MAP()
  28. };
  29. /////////////////////////////////////////////////////////////////////////////