![]() |
Blamite Game Engine - blam!
00346.12.11.21.0529.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>
Variables | |
std::map< std::string, EngineGlobal > | globals = std::map<std::string, EngineGlobal>() |
The list of loaded globals. More... | |
std::map<std::string, EngineGlobal> globals = std::map<std::string, EngineGlobal>() |
The list of loaded globals.
The key is the ID of the global. The value is the global data.