![]() |
Blamite Game Engine - Guerilla (Library)
00390.07.02.23.1947.blamite
The tag editor for the Blamite Game Engine.
|
#include "guerilla.h"
Functions | |
BOOL APIENTRY | DllMain (HMODULE module_handle, DWORD reason_for_call, LPVOID reserved) |
DLL entry point for HEKGuerilla.dll. More... | |
Variables | |
HMODULE | dll_handle = nullptr |
Handle for HEKGuerilla.dll. More... | |
BOOL APIENTRY DllMain | ( | HMODULE | module_handle, |
DWORD | reason_for_call, | ||
LPVOID | reserved | ||
) |
DLL entry point for HEKGuerilla.dll.
module_handle | - The module handle for this library. |
reason_for_call | - The reason the DllMain was called. Will be 1 of 4 options depending on whether a thread or process attached or detached. |
reserved | - Reserved. |
TRUE (1)
HMODULE dll_handle = nullptr |
Handle for HEKGuerilla.dll.