加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WinMine.h 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
zhoushun 提交于 2020-10-27 08:40 . WinMine, My favorite code!
// WinMine.h : main header file for the WINMINE application
//
#if !defined(AFX_WINMINE_H__789CED05_482F_11D4_9BDF_F4538D6D2613__INCLUDED_)
#define AFX_WINMINE_H__789CED05_482F_11D4_9BDF_F4538D6D2613__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
/////////////////////////////////////////////////////////////////////////////
// CWinMineApp:
// See WinMine.cpp for the implementation of this class
//
class CWinMineApp : public CWinApp
{
public:
CWinMineApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CWinMineApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
public:
//{{AFX_MSG(CWinMineApp)
afx_msg void OnAppAbout();
// NOTE - the ClassWizard will add and remove member functions here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_WINMINE_H__789CED05_482F_11D4_9BDF_F4538D6D2613__INCLUDED_)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化