pushbox.hrh
来自「推箱子的手机游戏源代码」· HRH 代码 · 共 22 行
HRH
22 行
/*
============================================================================
Name : pushBox.hrh
Author :
Version :
Copyright : Your copyright notice
Description : Enumerations used in the application UI
============================================================================
*/
#ifndef __PUSHBOX_HRH__
#define __PUSHBOX_HRH__
// pushBox enumerate command codes
enum TpushBoxIds
{
EpushBoxCommand1 = 1, // start value must not be 0
EpushBoxCommand2
};
#endif // __PUSHBOX_HRH__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?