![]() |
Blamite Game Engine - Strings
00387.06.22.23.2154.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
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... | |
| BOOL APIENTRY DllMain | ( | HMODULE | module_handle, |
| DWORD | reason, | ||
| LPVOID | reserved | ||
| ) |
Entry point for Strings.dll.
| module_handle | - Module handle for the DLL. |
| reason | - The reason that DllMain() is being called. |
| reserved | - Reserved. |
| HMODULE dll_handle = NULL |
Handle for Strings.dll.