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

📄 mainapp.h

📁 3D游戏展示程序
💻 H
字号:

// 2007_3_10
#ifndef _MAINAPP_
#define _MAINAPP_

#include "ASE/ASEngine.h"

class CMainApp : public CGameApp
{
public:
	CMainApp();
	~CMainApp();

	virtual BOOL InitApplication(HINSTANCE hInstance, int nCmdShow, char *szCaption = "Game Engine", char *szIcon = IDI_APPLICATION);
	virtual BOOL Destroy(void);
	virtual void MainLoop(void);

	void OnLostDevice(void);
	void MessageLoop(void);
	void OnSystemKey(void);
	void SetFog(int end);
};

#endif // _MAINAPP_

⌨️ 快捷键说明

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