fchess.h
上传用户:hy11688
上传日期:2007-01-08
资源大小:81k
文件大小:1k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // fchess.h : main header file for the FCHESS 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. // CFchessApp:
  9. // See fchess.cpp for the implementation of this class
  10. //
  11. class CFchessApp : public CWinApp
  12. {
  13. public:
  14. CFchessApp();
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CFchessApp)
  18. public:
  19. virtual BOOL InitInstance();
  20. virtual int ExitInstance();
  21. //}}AFX_VIRTUAL
  22. // Implementation
  23. //{{AFX_MSG(CFchessApp)
  24. afx_msg void OnAppAbout();
  25. // NOTE - the ClassWizard will add and remove member functions here.
  26. //    DO NOT EDIT what you see in these blocks of generated code !
  27. //}}AFX_MSG
  28. DECLARE_MESSAGE_MAP()
  29. };
  30. /////////////////////////////////////////////////////////////////////////////