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