![]() |
Blamite Game Engine - blam!
00398.09.22.23.2015.blamite
The core library for the Blamite Game Engine.
|
#include <string>
Go to the source code of this file.
Namespaces | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::Content | |
Blam::Content::CacheFiles | |
Namespace containing functions for interacting with cache files. | |
Macros | |
#define | BLAM |
#define | CACHE_FILE_LANGUAGE Blam::Content::CacheFiles::GetCurrentCacheFileLanguage() |
Macro specifiying cache file language. More... | |
Enumerations | |
enum | BlamCacheFileLanguage { BlamCacheFileLanguage::English } |
Enumerator listing possible cache file languages. More... | |
Functions | |
BLAM BlamCacheFileLanguage | Blam::Content::CacheFiles::GetCurrentCacheFileLanguage () |
Retrieves the current cache file language. More... | |
BLAM std::string | Blam::Content::CacheFiles::GetCacheFileLanguageString (BlamCacheFileLanguage language) |
Retrieves the current cache file language as a string. More... | |
#define BLAM |
#define CACHE_FILE_LANGUAGE Blam::Content::CacheFiles::GetCurrentCacheFileLanguage() |
Macro specifiying cache file language.
As such, this will display as English for the time being - and likely for a while after.
|
strong |