![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include <string>
Include dependency graph for cache_files.h:
This graph shows which files directly or indirectly include this file: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 |