Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Game.hrh

Go to the documentation of this file.
00001 // <INSERTCOPYRIGHT>
00002 // Game.hrh
00003 //
00004 
00005 #ifndef _GAME_HRH_
00006 #define _GAME_HRH_
00007 
00015 enum TGameMenuCommands
00016         {
00017         ECmdStartGame=101, 
00018         ECmdContinueGame=102, 
00019         ECmdCancelGame=103, 
00020         ECmdHelp=104, 
00021         ECmdAbout=105 
00022         };
00023 
00025 enum TGameDialogItems
00026         {
00027         EHighScoreNameControlId 
00028         };
00029 
00030 
00031 #endif

Documentation for Game (Beta) version 1.44.