![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
#include "placeholders.h"
#include <ShlObj.h>
#include <direct.h>
#include <vector>
#include <fstream>
#include <Strings/components/3rdparty/rapidxml/rapidxml.hpp>
#include <Strings/components/utils/converters/converters.h>
#include <Strings/components/utils/io/io.h>
#include <Strings/components/utils/res/res.h>
#include "components/diagnostics/logger/logger.h"
#include "components/resources/engine_definitions/engine_definitions.h"
#include "components/settings/config/config.h"
#include "res/resource.h"
#include "core.h"
Functions | |
void | AddReservedPlaceholder (std::string id, std::string value) |
Adds a reserved placeholder to the placeholder list. More... | |
Variables | |
std::vector< Blam::Placeholders::Placeholder > | placeholders |
The list of loaded placeholders. More... | |
void AddReservedPlaceholder | ( | std::string | id, |
std::string | value | ||
) |
Adds a reserved placeholder to the placeholder list.
id | - The ID of the placeholder. |
value | - The value of the placeholder. |
std::vector<Blam::Placeholders::Placeholder> placeholders |
The list of loaded placeholders.