 |
Blamite Game Engine - Sapien (Stub Executable)
00386.06.16.23.0646.blamite
A small stub executable used to launch the Sapien editor.
|
SAPIEN int ShowErrorDialog(bool allow_safemode, bool allow_continue, const char *text)
Definition: keystone.cpp:81
HMODULE keystone_handle
The module handle of the Keystone library.
Definition: keystone.cpp:5
void(CALLBACK * _Initialize)()
Definition: keystone.cpp:9
_ShowErrorDialog __Keystone_ShowErrorDialog
Definition: keystone.cpp:12
#define SAPIEN
Definition: keystone.h:6
_Initialize __Keystone_Initialize
Definition: keystone.cpp:14
_ShowSapienWindow __Keystone_ShowSapienWindow
Definition: keystone.cpp:13
SAPIEN int ShowSapienWindow()
Definition: keystone.cpp:86
int(CALLBACK * _ShowSapienWindow)()
Definition: keystone.cpp:8
void(CALLBACK * _Shutdown)()
Definition: keystone.cpp:10
_Shutdown __Keystone_Shutdown
Definition: keystone.cpp:15
SAPIEN HMODULE GetKeystoneModuleHandle()
Definition: keystone.cpp:76
int(CALLBACK * _ShowErrorDialog)(bool allow_safemode, bool allow_continue, const char *text)
Definition: keystone.cpp:7
SAPIEN bool SetupModule()
Definition: keystone.cpp:41
SAPIEN void ShutdownModule()
Definition: keystone.cpp:70
bool load_keystone_function(T *function_callback, const char *function_name)
Loads a function from the Keystone library.
Definition: keystone.cpp:25