17 #ifndef DEBUGMANAGER_H
18 #define DEBUGMANAGER_H
58 static const char* DEBUG_JSON_PATH;
61 #endif // DEBUGMANAGER_H
static DebugManager * getInstance()
Returns the singleton instance of DebugManager.
Class to manage debug options defined in debug.json data file.
Definition: DebugManager.h:34
LevelProgression * getDebugLevelProgression() const
Returns the LevelProgression constructed from debug option data.
Definition: DebugManager.h:42
Grouping of related Environments together into a logical, ordered list.
Definition: LevelProgression.h:34