tictactoe.hrh
来自「symbianOS第三版开发与实用教程部分源码和部分试验」· HRH 代码 · 共 27 行
HRH
27 行
/*
* ==============================================================================
* 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 + =
减小字号Ctrl + -
显示快捷键?