Blamite Game Engine - blam!  00272.10.26.20.0001.blamite
The core library for the Blamite Game Engine.
keystone.cpp File Reference
#include "keystone.h"

Typedefs

typedef int(CALLBACK * _ShowMainWindow) ()
 
typedef int(CALLBACK * _ShowErrorDialog) (bool classic, bool allow_safemode, bool allow_continue, const char *text)
 

Variables

HMODULE keystone_handle
 The module handle of the Keystone library. More...
 
_ShowMainWindow __Keystone_ShowMainWindow
 
_ShowErrorDialog __Keystone_ShowErrorDialog
 

Typedef Documentation

◆ _ShowErrorDialog

typedef int(CALLBACK* _ShowErrorDialog) (bool classic, bool allow_safemode, bool allow_continue, const char *text)

◆ _ShowMainWindow

typedef int(CALLBACK* _ShowMainWindow) ()

Variable Documentation

◆ __Keystone_ShowErrorDialog

_ShowErrorDialog __Keystone_ShowErrorDialog

◆ __Keystone_ShowMainWindow

_ShowMainWindow __Keystone_ShowMainWindow

◆ keystone_handle

HMODULE keystone_handle

The module handle of the Keystone library.