![]() |
Blamite Game Engine - Guerilla (Stub Executable)
00420.05.12.24.2119.blamite
A small stub executable that is used to launch Guerilla.
|
Typedefs | |
typedef int(CALLBACK * | _ShowErrorDialog) (bool allow_safemode, bool allow_continue, const char *text) |
typedef int(CALLBACK * | _ShowGuerillaWindow) () |
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) |
Loads a function from the Keystone library. More... | |
Variables | |
HMODULE | keystone_handle |
The module handle of the Keystone library. More... | |
_ShowErrorDialog | __Keystone_ShowErrorDialog |
_ShowGuerillaWindow | __Keystone_ShowGuerillaWindow |
_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* _ShowGuerillaWindow) () |
typedef void(CALLBACK* _Shutdown) () |
bool load_keystone_function | ( | T * | function_callback, |
const char * | function_name | ||
) |
Loads a function from the Keystone library.
function_callback | - Pointer to the callback type. If the function is loaded, this is set to the function address. |
function_name | - The name of the function within Keystone. |
true
if the function was loaded successfully, otherwise returns false
. _Initialize __Keystone_Initialize |
_SetEditorWindowType __Keystone_SetEditorWindowType |
_ShowErrorDialog __Keystone_ShowErrorDialog |
_ShowGuerillaWindow __Keystone_ShowGuerillaWindow |
_Shutdown __Keystone_Shutdown |
HMODULE keystone_handle |
The module handle of the Keystone library.