 |
Blamite Game Engine - Foundry (Stub Executable)
00386.06.16.23.0646.blamite
A small stub executable used to launch the Foundry editor.
|
HMODULE keystone_handle
The module handle of the Keystone library.
Definition: keystone.cpp:5
FOUNDRY void ShutdownModule()
Definition: keystone.cpp:62
FOUNDRY HMODULE GetKeystoneModuleHandle()
Definition: keystone.cpp:68
void(CALLBACK * _Initialize)()
Definition: keystone.cpp:9
_ShowFoundryWindow __Keystone_ShowFoundryWindow
Definition: keystone.cpp:13
FOUNDRY int ShowErrorDialog(bool allow_safemode, bool allow_continue, const char *text)
Definition: keystone.cpp:73
_ShowErrorDialog __Keystone_ShowErrorDialog
Definition: keystone.cpp:12
_Initialize __Keystone_Initialize
Definition: keystone.cpp:14
FOUNDRY bool SetupModule()
Definition: keystone.cpp:33
void(CALLBACK * _Shutdown)()
Definition: keystone.cpp:10
_Shutdown __Keystone_Shutdown
Definition: keystone.cpp:15
int(CALLBACK * _ShowFoundryWindow)()
Definition: keystone.cpp:8
int(CALLBACK * _ShowErrorDialog)(bool allow_safemode, bool allow_continue, const char *text)
Definition: keystone.cpp:7
#define FOUNDRY
Definition: keystone.h:6
FOUNDRY int ShowFoundryWindow()
Definition: keystone.cpp:78
bool load_keystone_function(T *function_callback, const char *function_name)
Definition: keystone.cpp:17