This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Enumerations | |
| enum | TGameMenuCommands { ECmdStartGame = 101, ECmdContinueGame = 102, ECmdCancelGame = 103, ECmdHelp = 104, ECmdAbout = 105 } |
| Menu items and Cba buttons. More... | |
| enum | TGameDialogItems { EHighScoreNameControlId } |
| Dialog Items. More... | |
Definition in file Game.hrh.
|
|
Menu items and Cba buttons.
Definition at line 15 of file Game.hrh.
00016 {
00017 ECmdStartGame=101,
00018 ECmdContinueGame=102,
00019 ECmdCancelGame=103,
00020 ECmdHelp=104,
00021 ECmdAbout=105
00022 };
|
|
|
Dialog Items.
Definition at line 25 of file Game.hrh.
00026 {
00027 EHighScoreNameControlId
00028 };
|