#include "system.h"
#include "audio.h"
#include "script.h"
Include dependency graph for system.cpp:

Go to the source code of this file.
Namespaces | |
| namespace | hoa_system |
Variables | |
| bool | hoa_system::SYSTEM_DEBUG = false |
| Determines whether the code in the hoa_system namespace should print debug statements or not. | |
| GameSystem * | hoa_system::SystemManager = NULL |
| The singleton pointer responsible for managing the system during game operation. | |
****************************************************************************
Definition in file system.cpp.
1.5.1