![]() |
Blamite Game Engine - Tool (Library)
A command-line utility that aids in the creation of Blamite Cache (.map) Files.
|
#include "tool.h"
Include dependency graph for main.cpp:Functions | |
| BOOL APIENTRY | DllMain (HMODULE module_handle, DWORD reason_for_call, LPVOID reserved) |
| DLL entry point for HEKTool.dll. More... | |
Variables | |
| HMODULE | dll_handle = nullptr |
| Handle for HEKTool.dll. More... | |
| BOOL APIENTRY DllMain | ( | HMODULE | module_handle, |
| DWORD | reason_for_call, | ||
| LPVOID | reserved | ||
| ) |
DLL entry point for HEKTool.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 HEKTool.dll.