game.hrh

来自「symbian 的一个 二维飞行游戏 源码 及相关技术文章」· HRH 代码 · 共 36 行

HRH
36
字号
// <INSERTCOPYRIGHT>
// Game.hrh
//

#ifndef _GAME_HRH_
#define _GAME_HRH_

/** \file Game.hrh

        enums for resource ids

*/

/** Menu items and Cba buttons */
enum TGameMenuCommands
	{
	ECmdStartGame=101, ///< Start a new game
        ECmdContinueGame=102, ///< Continue a paused or level complete game
        ECmdCancelGame=103, ///< Cancel a paused or level complete game
        ECmdHelp=104, ///< Show a dialog describing game keys
        ECmdAbout=105, ///< Tell people who wrote the game
        ECmdLaunchLogApp=106, ///< Launch the log app (standard command in tools menu)
        ECmdIRListen=107 ///< IR recieve (standard command in tools menu)
	};

/** Dialog Items */
enum TGameDialogItems
	{
        EHighScoreNameControlId ///< Text control for name entry
	};


#endif


⌨️ 快捷键说明

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