![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.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"
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 |