mainmenu.h

来自「一个非常有用的开源代码」· C头文件 代码 · 共 29 行

H
29
字号
// ********************************************************
// This is demo code. You may derive from, use, modify, and
// distribute it without limitation for any purpose.
// Obviously you don't get a warranty or an assurance of
// fitness for a particular purpose with this code. Your
// welcome to remove this header and claim original
// authorship. I really don't care.
// ********************************************************

#ifndef __MAINMENU_H__
#define __MAINMENU_H__

#include "Gui.h"


class MainMenuController : public ControllerBase
{
protected:

public:
	MainMenuController();
	virtual ~MainMenuController();

	void RunModal();
};

#endif // __MAINMENU_H__

⌨️ 快捷键说明

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