![]() |
Blamite Game Engine - blam!
00423.10.27.24.0533.blamite
The core library for the Blamite Game Engine.
|
Go to the source code of this file.
Namespaces | |
Blam | |
Namespace surrounding all major engine components. | |
Blam::Modules | |
Blam::Modules::Keystone | |
Namespace containing functions from the Keystone library. | |
Macros | |
#define | BLAM |
Functions | |
BLAM BlamResult | Blam::Modules::Keystone::SetupModule () |
Sets up the module and loads all necessary functions for calling. More... | |
BLAM void | Blam::Modules::Keystone::ShutdownModule () |
Shuts down the module and releases any data used by it. More... | |
BLAM HMODULE | Blam::Modules::Keystone::GetKeystoneModuleHandle () |
Retrieves the module handle for the Keystone library. More... | |
BLAM int | Blam::Modules::Keystone::ShowErrorDialog (bool allow_safemode, bool allow_continue, const char *text) |
Shows a Qt-driven error dialog. More... | |
BLAM bool | Blam::Modules::Keystone::ShowEngineFirstbootDialog () |
Shows the engine first boot notice dialog. More... | |
#define BLAM |