#include "mode_manager.h"
#include "system.h"
#include "boot.h"
Include dependency graph for mode_manager.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | hoa_mode_manager |
Variables | |
| bool | hoa_mode_manager::MODE_MANAGER_DEBUG = false |
| Determines whether the code in the hoa_mode_manager namespace should print debug statements or not. | |
| GameModeManager * | hoa_mode_manager::ModeManager = NULL |
| The singleton pointer responsible for maintaining and updating the game mode state. | |
***************************************************************************
Definition in file mode_manager.cpp.
1.5.1