TicTacToe.hrh
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
源码类别:

Symbian

开发平台:

C/C++

  1. /*
  2. * ==============================================================================
  3. *  Name        : TicTacToe.hrh
  4. *  Part of     : TicTacToe
  5. *  Interface   : 
  6. *  Description : 
  7. *  Version     : 
  8. *
  9. *  Copyright (c) 2005 Nokia Corporation.
  10. * ==============================================================================
  11. */
  12. #ifndef __TICTACTOE_HRH__
  13. #define __TICTACTOE_HRH__
  14. // Command IDs for the options menu
  15. enum TTicTacToeIds
  16.     {
  17.     ETicTacToeNewGame = 1,  // start value must not be 0
  18.     ETicTacToeGraphics1,
  19.     ETicTacToeGraphics2
  20.     };
  21. #endif // __TICTACTOE_HRH__
  22. // End of File