![]() |
Blamite Game Engine - blam!
00285.12.18.20.1411.blamite
The core library for the Blamite Game Engine.
|
#include "keystone.h"
Typedefs | |
typedef int(CALLBACK * | _ShowMainWindow) () |
typedef int(CALLBACK * | _ShowErrorDialog) (bool classic, bool allow_safemode, bool allow_continue, const char *text) |
typedef bool(CALLBACK * | _OpenWebURL) (std::string url) |
Variables | |
HMODULE | keystone_handle |
The module handle of the Keystone library. More... | |
_ShowMainWindow | __Keystone_ShowMainWindow |
_ShowErrorDialog | __Keystone_ShowErrorDialog |
_OpenWebURL | __Keystone_OpenWebURL |
typedef bool(CALLBACK* _OpenWebURL) (std::string url) |
typedef int(CALLBACK* _ShowErrorDialog) (bool classic, bool allow_safemode, bool allow_continue, const char *text) |
typedef int(CALLBACK* _ShowMainWindow) () |
_OpenWebURL __Keystone_OpenWebURL |
_ShowErrorDialog __Keystone_ShowErrorDialog |
_ShowMainWindow __Keystone_ShowMainWindow |
HMODULE keystone_handle |
The module handle of the Keystone library.