example3d.hrh
来自「This package includes a 3-D game engine 」· HRH 代码 · 共 27 行
HRH
27 行
/*
* ============================================================================
* Name : Example3D resource header file example3d.hrh
* Part of : Example3D
* Created : 12/14/2003 by
* Description:
* This file contains declarations for constants of Example3D.
* The file can be included in C++ or resource file.
* Initial content was generated by Series 60 AppWizard.
* Version :
* Copyright:
* ============================================================================
*/
#ifndef EXAMPLE3D_HRH
#define EXAMPLE3D_HRH
enum TExample3DCommandIds
{
EExample3DCmdAppTest = 1
};
#endif // EXAMPLE3D_HRH
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?