TicTacToe.hrh
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
- /*
- * ==============================================================================
- * 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