dudes.h

来自「一个三维打斗游戏」· C头文件 代码 · 共 79 行

H
79
字号
// dudes.h : main header file for the DUDES application
//

#ifndef __AFXWIN_H__
	#error include 'stdafx.h' before including this file for PCH
#endif

#include "resource.h"       // main symbols

/////////////////////////////////////////////////////////////////////////////
// DudesApp:
// See dudes.cpp for the implementation of this class
//

class DudesApp : public CWinApp
{
public:
	DudesApp();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(DudesApp)
	public:
	virtual BOOL InitInstance();
	virtual CWnd* GetMainWnd();
	//}}AFX_VIRTUAL

// Implementation

	//{{AFX_MSG(DudesApp)
	afx_msg void OnAppAbout();
	afx_msg void OnPause();
	afx_msg void OnOpenFile();
	afx_msg void OnSave();
	afx_msg void OnSaveas();
	afx_msg void OnEdit();
	afx_msg void OnHelp();
	afx_msg void OnViewAerial();
	afx_msg void OnViewCircling();
	afx_msg void OnViewDudeview();
	afx_msg void OnViewLeftside();
	afx_msg void OnViewRightside();
	afx_msg void OnViewHighangle();
	afx_msg void OnDetailChangedetail();
	afx_msg void OnEditAddshape();
	afx_msg void OnEditSelectclosestshape();
	afx_msg void OnEditMoveselectionbackward();
	afx_msg void OnEditMoveselectiondown();
	afx_msg void OnEditMoveselectionfoward();
	afx_msg void OnEditMoveselectionleft();
	afx_msg void OnEditMoveselectionright();
	afx_msg void OnEditMoveselectionup();
	afx_msg void OnEditRotateselection45degreesleft();
	afx_msg void OnEditRotateselection45degreesright();
	afx_msg void OnEditRotateselection90degreesleft();
	afx_msg void OnEditRotateselection90degreesright();
	afx_msg void OnEditDeleteselection();
	afx_msg void OnFileOpenlandscape();
	afx_msg void OnFileSavelandscape();
	afx_msg void OnFileSavelandscapeas();
	afx_msg void OnEditChangecolorforselection();
	afx_msg void OnEditUnselecttheselection();
	afx_msg void OnEditAddnewmap();
	afx_msg void OnViewHighdudeview();
	afx_msg void OnViewLowdudeview();
	afx_msg void OnEditAdddude();
	afx_msg void OnEditAddnextlevelteleporter();
	afx_msg void OnEditAddhandheldweaponKnife();
	afx_msg void OnEditAddhandheldweaponShield();
	afx_msg void OnEditAddhandheldweaponSword();
	afx_msg void OnViewBackside();
	afx_msg void OnViewFrontside();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};


/////////////////////////////////////////////////////////////////////////////

⌨️ 快捷键说明

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