![]() |
Blamite Game Engine - blam!
00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
|
#include <string>
#include <map>
Go to the source code of this file.
Classes | |
struct | BlamString |
Structure representing a Blamite string. More... | |
Namespaces | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::EngineText | |
Namespace for things related to game engine strings. | |
Macros | |
#define | ENGINE_TEXT(x) Blam::EngineText::LookupString(x) |
#define | GAME_ENGINE_TEXT_FILE "game_engine_text.xml" |
The file used to read game engine strings from. More... | |
#define | BLAM |
Enumerations | |
enum | BlamLanguage { en_US } |
Enum containing all supported languages within the engine. More... | |
Functions | |
BLAM bool | Blam::EngineText::LoadGameEngineStrings () |
Loads all strings from the default game engine text file. More... | |
BLAM std::string | Blam::EngineText::LookupString (std::string id) |
Finds a string with a given ID. More... | |
BLAM std::string | Blam::EngineText::LookupErrorString (int error_code) |
Finds a string message associated with a given error code. More... | |
#define BLAM |
#define ENGINE_TEXT | ( | x | ) | Blam::EngineText::LookupString(x) |
#define GAME_ENGINE_TEXT_FILE "game_engine_text.xml" |
The file used to read game engine strings from.
enum BlamLanguage |