jewel.hrh
来自「symbian下的泡泡龙游戏源码,手机游戏开放新手学习的好资料」· HRH 代码 · 共 28 行
HRH
28 行
/*
* ============================================================================
* Name : Jewel resource header file Jewel.hrh
* Part of : Jewel
* Created : 02.10.2005 by Thosing
* Description:
* This file contains declarations for constants of Jewel.
* The file can be included in C++ or resource file.
* Initial content was generated by Series 60 Application Wizard.
* Version : 0.1
* Copyright: Another
* ============================================================================
*/
#ifndef JEWEL_HRH
#define JEWEL_HRH
enum TJewelCommandIds
{
EJewelCmdAppTest = 1
};
#endif // JEWEL_HRH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?