 |
Blamite Game Engine - Sapien (Stub Executable)
00427.01.12.25.2146.blamite
A small stub executable used to launch the Sapien editor.
|
SAPIEN int ShowErrorDialog(bool allow_safemode, bool allow_continue, const char *text)
Shows a Qt-driven error dialog.
Definition: keystone.cpp:85
HMODULE keystone_handle
The module handle of the Keystone library.
Definition: keystone.cpp:5
void(CALLBACK * _Initialize)()
Definition: keystone.cpp:9
Namespace containing functions for the Keystone module.
Definition: keystone.h:12
_ShowErrorDialog __Keystone_ShowErrorDialog
Definition: keystone.cpp:13
#define SAPIEN
Definition: keystone.h:6
_Initialize __Keystone_Initialize
Definition: keystone.cpp:15
_ShowSapienWindow __Keystone_ShowSapienWindow
Definition: keystone.cpp:14
SAPIEN int ShowSapienWindow()
Shows the main Sapien window.
Definition: keystone.cpp:90
int(CALLBACK * _ShowSapienWindow)()
Definition: keystone.cpp:8
void(CALLBACK * _Shutdown)()
Definition: keystone.cpp:10
_Shutdown __Keystone_Shutdown
Definition: keystone.cpp:16
_SetEditorWindowType __Keystone_SetEditorWindowType
Definition: keystone.cpp:17
SAPIEN HMODULE GetKeystoneModuleHandle()
Retrieves the Keystone module handle.
Definition: keystone.cpp:80
void(CALLBACK * _SetEditorWindowType)(int type)
Definition: keystone.cpp:11
int(CALLBACK * _ShowErrorDialog)(bool allow_safemode, bool allow_continue, const char *text)
Definition: keystone.cpp:7
SAPIEN bool SetupModule()
Initializes the Keystone module.
Definition: keystone.cpp:43
SAPIEN void ShutdownModule()
Shuts down the Keystone module.
Definition: keystone.cpp:74
bool load_keystone_function(T *function_callback, const char *function_name)
Loads a function from the Keystone library.
Definition: keystone.cpp:27