![]() |
Blamite Game Engine - Foundry (Library)
00402.09.29.23.0627.blamite
A unified editing environment for Blamite, meant to be used as an alternative to the legacy editing tools.
|
#include "foundry.h"
Functions | |
BOOL APIENTRY | DllMain (HMODULE module_handle, DWORD reason_for_call, LPVOID reserved) |
DLL entry point for HEKFoundry.dll. More... | |
Variables | |
HMODULE | dll_handle = nullptr |
Handle for HEKFoundry.dll. More... | |
BOOL APIENTRY DllMain | ( | HMODULE | module_handle, |
DWORD | reason_for_call, | ||
LPVOID | reserved | ||
) |
DLL entry point for HEKFoundry.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 HEKFoundry.dll.