fangkuai.h
上传用户:qdmjkjgcgs
上传日期:2014-10-06
资源大小:8433k
文件大小:1k
- // fangkuai.h : main header file for the FANGKUAI application
- //
- #if !defined(AFX_FANGKUAI_H__ADC37582_6D45_4D75_9E55_E93BFFF47EAC__INCLUDED_)
- #define AFX_FANGKUAI_H__ADC37582_6D45_4D75_9E55_E93BFFF47EAC__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CFangkuaiApp:
- // See fangkuai.cpp for the implementation of this class
- //
- class CFangkuaiApp : public CWinApp
- {
- public:
- CFangkuaiApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CFangkuaiApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CFangkuaiApp)
- afx_msg void OnGameOver();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft eMbedded Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_FANGKUAI_H__ADC37582_6D45_4D75_9E55_E93BFFF47EAC__INCLUDED_)