Variables | |
Quit Option Constants | |
| const uint8 | QUIT_CANCEL = 2 |
| const uint8 | QUIT_GAME = 0 |
| Constants for different quit options that the user can select. | |
| const uint8 | QUIT_TO_BOOTMENU = 1 |
| const uint8 hoa_quit::private_quit::QUIT_CANCEL = 2 |
Definition at line 49 of file quit.h.
Referenced by hoa_quit::QuitMode::QuitMode(), hoa_quit::QuitMode::Reset(), and hoa_quit::QuitMode::Update().
| const uint8 hoa_quit::private_quit::QUIT_GAME = 0 |
Constants for different quit options that the user can select.
Definition at line 47 of file quit.h.
Referenced by hoa_quit::QuitMode::Update().
1.5.1