![]() |
Blamite Game Engine - blam!
00296.01.12.21.0102.blamite
The core library for the Blamite Game Engine.
|
Functions | |
BLAM BlamResult | SetupModule () |
BLAM void | ShutdownModule () |
BLAM HMODULE | GetKeystoneModuleHandle () |
BLAM int | ShowMainWindow () |
BLAM int | ShowErrorDialog (bool classic, 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 | classic, |
bool | allow_safemode, | ||
bool | allow_continue, | ||
const char * | text | ||
) |
int Blam::Modules::Keystone::ShowMainWindow | ( | ) |
void Blam::Modules::Keystone::ShutdownModule | ( | ) |