![]() |
Blamite Game Engine - Foundry (Stub Executable)
00432.02.10.25.1019.blamite
A small stub executable used to launch the Foundry editor.
|
Include dependency graph for keystone.cpp: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) () |
| typedef void(CALLBACK * | _SetEditorWindowType) (int type) |
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 |
| _SetEditorWindowType | __Keystone_SetEditorWindowType |
| typedef void(CALLBACK* _Initialize) () |
| typedef void(CALLBACK* _SetEditorWindowType) (int type) |
| 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 |
| _SetEditorWindowType __Keystone_SetEditorWindowType |
| _ShowErrorDialog __Keystone_ShowErrorDialog |
| _ShowFoundryWindow __Keystone_ShowFoundryWindow |
| _Shutdown __Keystone_Shutdown |
| HMODULE keystone_handle |
The module handle of the Keystone library.