S60UIExample.hrh
上传用户:laixiong
上传日期:2007-03-11
资源大小:2994k
文件大小:1k
- // Copyright (c) 2006 Nokia Corporation.
- #ifndef __S60UIEXAMPLE_HRH__
- #define __S60UIEXAMPLE_HRH__
- // S60UIExample enumerate command codes
- enum TS60UIExampleCommandIds
- {
- ES60UIExampleStartGame = 1, // start value must not be 0
- ES60UIExampleContinueGame,
- ES60UIExamplePauseGame,
- ES60UIExampleStopGame,
- ES60UIExampleWeapon,
- ES60UIExampleHighscores
- };
- // S60UIExample application view ids.
- enum TS60UIExampleViewNumber
- {
- ES60UIExampleInitialViewId = 1,
- ES60UIExamplePlayViewId,
- ES60UIExampleHighScoreViewId,
- ES60UIExampleSettingsViewId
- };
- #endif // __S60UIEXAMPLE_HRH__
- // End of File