![]() |
Blamite Game Engine - blam!
00453.06.08.26.0624.blamite
The core library for the Blamite Game Engine.
|
#include <Windows.h>#include <string>#include <Strings/components/interface/logger/logger.h>#include "components/diagnostics/errors/errors.h"
Include dependency graph for strings.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | BlamStringsLogReceiver |
| Class used to monitor log messages from the Strings library. More... | |
Namespaces | |
| Blam | |
| Namespace surrounding all major engine components. | |
| Blam::Modules | |
| Blam::Modules::Strings | |
| Namespace containing functions from the Strings library. | |
Macros | |
| #define | BLAM |
Functions | |
| BLAM BlamResult | Blam::Modules::Strings::SetupModule () |
| Sets up the module and loads all necessary functions for calling. More... | |
| BLAM void | Blam::Modules::Strings::ShutdownModule () |
| Shuts down the module and releases any data used by it. More... | |
| BLAM HMODULE | Blam::Modules::Strings::GetStringsModuleHandle () |
| Retrieves the module handle for the Strings library. More... | |
| #define BLAM |