Elaztek Developer Hub
Blamite Game Engine - Sapien (Library)  00433.02.16.25.2127.blamite
The level editor application for the Blamite Game Engine.
main.cpp File Reference
#include "sapien.h"
+ Include dependency graph for main.cpp:

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

Function Documentation

◆ DllMain()

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

DLL entry point for HEKSapien.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 HEKSapien.dll.