![]() |
Blamite Game Engine - Sapien (Library)
00352.03.28.22.1329.blamite
The level editor application for the Blamite Game Engine.
|
#include "sapien.h"Functions | |
| BOOL APIENTRY | DllMain (HMODULE module_handle, DWORD reason_for_call, LPVOID reserved) |
| DLL entry point for HEKSapien.dll. More... | |
Variables | |
| HMODULE | dll_handle = nullptr |
| Handle for HEKSapien.dll. More... | |
| BOOL APIENTRY DllMain | ( | HMODULE | module_handle, |
| DWORD | reason_for_call, | ||
| LPVOID | reserved | ||
| ) |
DLL entry point for HEKSapien.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 HEKSapien.dll.