simplegrid.hrh

来自「Symbian S60 2nd Grid example」· HRH 代码 · 共 23 行

HRH
23
字号
/**
* 
* @brief Constants file for SimpleGrid application
*
* Copyright (c) EMCC Software Ltd 2003
* @version 1.0
*/

#ifndef SIMPLEGRID_HRH
#define SIMPLEGRID_HRH


// Command ids
enum 
	{
	ESimpleGridCmdPlayGame = 0x6000
	};


#endif	// SIMPLEGRID_HRH

// End of File

⌨️ 快捷键说明

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