![]() |
Blamite Game Engine - Guerilla
00312.05.15.21.1835.blamite
The tag editor for the Blamite Game Engine.
|
#include "keystone.h"Typedefs | |
| typedef int(CALLBACK * | _ShowErrorDialog) (bool classic, bool allow_safemode, bool allow_continue, const char *text) |
| typedef int(CALLBACK * | _ShowGuerillaWindow) (BlamConfigurationFile *config) |
| typedef BlamResult(CALLBACK * | _LoadResourceGroup) (std::string file_path) |
Functions | |
| template<typename T > | |
| bool | load_keystone_function (T *function_callback, 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 |
| _LoadResourceGroup | __Keystone_LoadResourceGroup |
| typedef BlamResult(CALLBACK* _LoadResourceGroup) (std::string file_path) |
| typedef int(CALLBACK* _ShowErrorDialog) (bool classic, bool allow_safemode, bool allow_continue, const char *text) |
| typedef int(CALLBACK* _ShowGuerillaWindow) (BlamConfigurationFile *config) |
| bool load_keystone_function | ( | T * | function_callback, |
| 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. | _LoadResourceGroup __Keystone_LoadResourceGroup |
| _ShowErrorDialog __Keystone_ShowErrorDialog |
| _ShowGuerillaWindow __Keystone_ShowGuerillaWindow |
| HMODULE keystone_handle |
The module handle of the Keystone library.