加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
五子棋.h 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
杨浩 提交于 2022-02-22 08:17 . 项目文件2
// .h : main header file for the application
//
#if !defined(AFX__H__D8B85B62_9BEF_4FC6_92FF_E70EFE23C4BD__INCLUDED_)
#define AFX__H__D8B85B62_9BEF_4FC6_92FF_E70EFE23C4BD__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
/////////////////////////////////////////////////////////////////////////////
// CMyApp:
// See .cpp for the implementation of this class
//
class CMyApp : public CWinApp
{
public:
CMyApp();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMyApp)
public:
virtual BOOL InitInstance();
//}}AFX_VIRTUAL
// Implementation
//{{AFX_MSG(CMyApp)
// 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__H__D8B85B62_9BEF_4FC6_92FF_E70EFE23C4BD__INCLUDED_)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化