![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include "globals.h"#include <regex>#include <fstream>#include <Strings/components/utils/converters/converters.h>#include <Strings/components/utils/io/io.h>#include "components/settings/config/config.h"#include "components/diagnostics/logger/logger.h"#include <Strings/components/3rdparty/rapidxml/rapidxml.hpp>
Include dependency graph for globals.cpp:Variables | |
| std::map< std::string, BlamEngineGlobal > | globals = std::map<std::string, BlamEngineGlobal>() |
| The list of loaded globals. More... | |
| std::map<std::string, BlamEngineGlobal> globals = std::map<std::string, BlamEngineGlobal>() |
The list of loaded globals.
The key is the ID of the global. The value is the global data.