Blamite Game Engine - blam!  00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
Variables
globals.cpp File Reference
#include "globals.h"
#include <regex>
#include <fstream>
#include "components/core/utils/converters/converters.h"
#include "components/core/utils/io/io.h"
#include "components/settings/config/config.h"
#include "components/diagnostics/logger/logger.h"
#include "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.