Five.h
上传用户:fjjkzlh
上传日期:2010-04-06
资源大小:469k
文件大小:1k
源码类别:

棋牌游戏

开发平台:

Visual C++

  1. // Five.h : main header file for the FIVE application
  2. //
  3. #if !defined(AFX_FIVE_H__C6EF525F_4D94_4C1A_B242_7FA2ED813893__INCLUDED_)
  4. #define AFX_FIVE_H__C6EF525F_4D94_4C1A_B242_7FA2ED813893__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h" // main symbols
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CFiveApp:
  14. // See Five.cpp for the implementation of this class
  15. //
  16. class CFiveApp : public CWinApp
  17. {
  18. public:
  19.     TCHAR m_szIni[MAX_PATH];
  20.     int m_nWin;
  21.     int m_nDraw;
  22.     int m_nLost;
  23. CFiveApp();
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CFiveApp)
  27. public:
  28. virtual BOOL InitInstance();
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. //{{AFX_MSG(CFiveApp)
  32. // NOTE - the ClassWizard will add and remove member functions here.
  33. //    DO NOT EDIT what you see in these blocks of generated code !
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. /////////////////////////////////////////////////////////////////////////////
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_FIVE_H__C6EF525F_4D94_4C1A_B242_7FA2ED813893__INCLUDED_)