emulatordlg.h

来自「著名的任天堂FC游戏机模拟器VirtuaNes 085版的源码!」· C头文件 代码 · 共 39 行

H
39
字号
//
// 僄儈儏儗乕僞僟僀傾儘僌僋儔僗
//
#ifndef	__CEMULATORDLG_INCLUDED__
#define	__CEMULATORDLG_INCLUDED__

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <string>
using namespace std;

#include "Wnd.h"
#include "Config.h"

class	CEmulatorDlg : public CWnd
{
public:
	// Override from CWnd
	INT	DoModal( HWND hWndParent );
protected:
	void	OnInitialMember();

	// Message map
	DLG_MESSAGE_MAP()
	DLGMSG		OnInitDialog( DLGMSGPARAM );
	DLGMSG		OnHScroll( DLGMSGPARAM );
	DLGCMD		OnOK( DLGCMDPARAM );
	DLGCMD		OnCancel( DLGCMDPARAM );
	DLGCMD		OnDefault( DLGCMDPARAM );
	//

	CCfgEmulator	m_ConfigSave;

private:
};

#endif	// !__CEMULATORDLG_INCLUDED__

⌨️ 快捷键说明

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