⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 operdlg.h

📁 基于CGX库的推箱子游戏. CGX库源码已在之前上传了.
💻 H
字号:
#if !defined(AFX_OPERDLG_H__B0D43749_502C_4DA1_B395_C1C9CDF50E31__INCLUDED_)
#define AFX_OPERDLG_H__B0D43749_502C_4DA1_B395_C1C9CDF50E31__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// OperDlg.h : header file
//
#include "GameMap.h"

/////////////////////////////////////////////////////////////////////////////
// COperDlg dialog

class COperDlg : public CDialog
{
// Construction
public:
	COperDlg(CGameMap *pMap,CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(COperDlg)
	enum { IDD = ID_OPDIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(COperDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	CGameMap *m_pMap;

	// Generated message map functions
	//{{AFX_MSG(COperDlg)
	virtual void OnOK();
	afx_msg void OnOpenmap();
	afx_msg void OnNewmap();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_OPERDLG_H__B0D43749_502C_4DA1_B395_C1C9CDF50E31__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -