#include "CentumSharedCode.h"
#include <windows.h>
Include dependency graph for CentumSharedCode.cpp:
Functions | |
BOOL APIENTRY | DllMain (HANDLE hModule, DWORD ul_reason_for_call, LPVOID lpReserved) |
The DllMain function is the entry point for the dll. | |
Variables | |
CENTUMSHAREDCODE_API char | rootpath [512] |
The path to the Centum directory, ends in a slash. |
|
The DllMain function is the entry point for the dll. To load the path the function searches for the location of the centum_version.txt file using the system path variable, and uses its directory as the Centum root directory. If it cannot be found "C:\\Centum\\" is used as the root directory. |