![]() |
Blamite Game Engine - Foundry (Stub Executable)
00386.06.16.23.0646.blamite
A small stub executable used to launch the Foundry editor.
|
Typedefs | |
typedef int(CALLBACK * | _ShowErrorDialog) (bool allow_safemode, bool allow_continue, const char *text) |
typedef int(CALLBACK * | _ShowFoundryWindow) () |
typedef void(CALLBACK * | _Initialize) () |
typedef void(CALLBACK * | _Shutdown) () |
Functions | |
template<typename T > | |
bool | load_keystone_function (T *function_callback, const char *function_name) |
Variables | |
HMODULE | keystone_handle |
The module handle of the Keystone library. More... | |
_ShowErrorDialog | __Keystone_ShowErrorDialog |
_ShowFoundryWindow | __Keystone_ShowFoundryWindow |
_Initialize | __Keystone_Initialize |
_Shutdown | __Keystone_Shutdown |
typedef void(CALLBACK* _Initialize) () |
typedef int(CALLBACK* _ShowErrorDialog) (bool allow_safemode, bool allow_continue, const char *text) |
typedef int(CALLBACK* _ShowFoundryWindow) () |
typedef void(CALLBACK* _Shutdown) () |
bool load_keystone_function | ( | T * | function_callback, |
const char * | function_name | ||
) |
_Initialize __Keystone_Initialize |
_ShowErrorDialog __Keystone_ShowErrorDialog |
_ShowFoundryWindow __Keystone_ShowFoundryWindow |
_Shutdown __Keystone_Shutdown |
HMODULE keystone_handle |
The module handle of the Keystone library.