Blamite Game Engine - blam!  00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
globals.cpp File Reference
#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, EngineGlobalglobals
 The list of loaded globals. More...
 

Variable Documentation

◆ globals

std::map<std::string, EngineGlobal> globals

The list of loaded globals.

The key is the ID of the global. The value is the global data.