![]() |
Blamite Game Engine - Strings
A library containing general purpose utilities and classes for use in multiple projects.
|
#include "strings_api.h"#include <iostream>#include <delayimp.h>#include <sail-c++/sail-c++.h>#include "components/logger/logger.h"
Include dependency graph for main.cpp:Functions | |
| void | validate_delayed_dlls () |
| 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. |
| void validate_delayed_dlls | ( | ) |
Here is the call graph for this function:| HMODULE dll_handle = NULL |
Handle for Strings.dll.