![]() |
Blamite Game Engine - blam!
00346.12.11.21.0529.blamite
The core library for the Blamite Game Engine.
|
Functions | |
BLAM BlamResult | SetupModule () |
BLAM void | ShutdownModule () |
BLAM HMODULE | GetKeystoneModuleHandle () |
BLAM int | ShowErrorDialog (bool allow_safemode, bool allow_continue, const char *text) |
BLAM bool | OpenWebURL (std::string url) |
BLAM bool | OpenLocalURL (std::string url) |
HMODULE Blam::Modules::Keystone::GetKeystoneModuleHandle | ( | ) |
bool Blam::Modules::Keystone::OpenLocalURL | ( | std::string | url | ) |
bool Blam::Modules::Keystone::OpenWebURL | ( | std::string | url | ) |
BlamResult Blam::Modules::Keystone::SetupModule | ( | ) |
int Blam::Modules::Keystone::ShowErrorDialog | ( | bool | allow_safemode, |
bool | allow_continue, | ||
const char * | text | ||
) |
void Blam::Modules::Keystone::ShutdownModule | ( | ) |