Elaztek Developer Hub
Blamite Game Engine - Strings  00390.07.02.23.1947.blamite
A library containing general purpose utilities and classes for use in multiple projects.
main.cpp File Reference
#include "strings_api.h"
#include <iostream>
#include "components/logger/logger.h"
+ Include dependency graph for main.cpp:

Functions

BOOL APIENTRY DllMain (HMODULE module_handle, DWORD reason, LPVOID reserved)
 Entry point for Strings.dll. More...
 

Variables

HMODULE dll_handle = NULL
 Handle for Strings.dll. More...
 

Function Documentation

◆ DllMain()

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

Entry point for Strings.dll.

Parameters
module_handle- Module handle for the DLL.
reason- The reason that DllMain() is being called.
reserved- Reserved.

Variable Documentation

◆ dll_handle

HMODULE dll_handle = NULL

Handle for Strings.dll.