![]() |
Blamite Game Engine - blam!
00406.12.10.23.1457.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::OpenWebURL (std::string url) |
Opens a URL in the user's default web browser. More... | |
BLAM bool | Blam::Modules::Keystone::OpenLocalURL (std::string url) |
Opens a local file with the user's default application. More... | |
#define BLAM |