Elaztek Developer Hub
Blamite Game Engine - Guerilla (Library)  00402.09.29.23.0627.blamite
The tag editor for the Blamite Game Engine.
main.cpp File Reference
#include "guerilla.h"
+ Include dependency graph for main.cpp:

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...
 

Function Documentation

◆ DllMain()

BOOL APIENTRY DllMain ( HMODULE  module_handle,
DWORD  reason_for_call,
LPVOID  reserved 
)

DLL entry point for HEKGuerilla.dll.

Parameters
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.
Returns
TRUE (1)

Variable Documentation

◆ dll_handle

HMODULE dll_handle = nullptr

Handle for HEKGuerilla.dll.