Blamite Game Engine - blam!  00263.10.17.20.0001.blamite
The core library for the Blamite Game Engine.
Functions
Blam::Modules::Keystone Namespace Reference

Functions

BLAM void SetupModule ()
 
BLAM void ShutdownModule ()
 
BLAM HMODULE GetKeystoneModuleHandle ()
 
BLAM int ShowMainWindow ()
 
BLAM int ShowErrorDialog (bool classic, bool allow_safemode, bool allow_continue, const char *text)
 

Function Documentation

◆ GetKeystoneModuleHandle()

HMODULE Blam::Modules::Keystone::GetKeystoneModuleHandle ( )

◆ SetupModule()

void Blam::Modules::Keystone::SetupModule ( )

◆ ShowErrorDialog()

int Blam::Modules::Keystone::ShowErrorDialog ( bool  classic,
bool  allow_safemode,
bool  allow_continue,
const char *  text 
)

◆ ShowMainWindow()

int Blam::Modules::Keystone::ShowMainWindow ( )

◆ ShutdownModule()

void Blam::Modules::Keystone::ShutdownModule ( )