📄 tictactoe.hrh
字号:
/*
* ==============================================================================
* Name : TicTacToe.hrh
* Part of : TicTacToe
* Interface :
* Description :
* Version :
*
* Copyright (c) 2005 Nokia Corporation.
* ==============================================================================
*/
#ifndef __TICTACTOE_HRH__
#define __TICTACTOE_HRH__
// Command IDs for the options menu
enum TTicTacToeIds
{
ETicTacToeNewGame = 1, // start value must not be 0
ETicTacToeGraphics1,
ETicTacToeGraphics2
};
#endif // __TICTACTOE_HRH__
// End of File
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -