![]() |
Blamite Game Engine - Foundry (Stub Executable)
00379.04.17.23.2049.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) () |
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 |
| typedef void(CALLBACK* _Initialize) () |
| typedef int(CALLBACK* _ShowErrorDialog) (bool allow_safemode, bool allow_continue, const char *text) |
| typedef int(CALLBACK* _ShowFoundryWindow) () |
| bool load_keystone_function | ( | T * | function_callback, |
| const char * | function_name | ||
| ) |
| _Initialize __Keystone_Initialize |
| _ShowErrorDialog __Keystone_ShowErrorDialog |
| _ShowFoundryWindow __Keystone_ShowFoundryWindow |
| HMODULE keystone_handle |
The module handle of the Keystone library.