 |
Blamite Game Engine - Guerilla (Stub Executable)
00422.10.27.24.0303.blamite
A small stub executable that is used to launch Guerilla.
|
Go to the documentation of this file.
4 #include <Strings/components/settings/config/config.h>
GUERILLA void ShutdownModule()
Shuts down the Keystone module.
Definition: guerilla.cpp:62
Namespace containing functions related to the HEKGuerilla module, as well as any imported functions f...
Definition: guerilla.h:14
bool load_guerilla_function(T *function_callback, const char *function_name)
Loads a function from the HEKGuerilla library.
Definition: guerilla.cpp:21
#define GUERILLA
Definition: guerilla.h:7
bool(CALLBACK * _Initialize)()
Definition: guerilla.cpp:7
_Initialize __Guerilla_Initialize
Definition: guerilla.cpp:10
HMODULE guerilla_handle
The module handle of the Keystone library.
Definition: guerilla.cpp:5
GUERILLA bool SetupModule()
Attempts to initialize the Keystone module and import any needed functions.
Definition: guerilla.cpp:37
_Shutdown __Guerilla_Shutdown
Definition: guerilla.cpp:11
void(CALLBACK * _Shutdown)()
Definition: guerilla.cpp:8