#include "globalsmanager.h"#include <assert.h>#include <vector>#include <wx/log.h>#include "utils/conversion.h"#include "utils/debug.h"
Go to the source code of this file.
Data Structures | |
| class | GlobalsManager |
Functions | |
| GlobalsManager * | globals () |
| void | DestroyGlobals () |
Variables | |
| GlobalsManager * | mgr = NULL |
| bool | destroyed = false |
| void DestroyGlobals | ( | ) |
Definition at line 39 of file globalsmanager.cpp.
| GlobalsManager* globals | ( | ) |
Definition at line 29 of file globalsmanager.cpp.
| bool destroyed = false |
Definition at line 27 of file globalsmanager.cpp.
| GlobalsManager* mgr = NULL |
Definition at line 26 of file globalsmanager.cpp.
1.6.3