struct LoaderConfig { unsigned DefLoadFlags; Ptr<FileOpenerBase> pFileOpener; Ptr<ZlibSupportBase> pZLibSupport; };
LoaderConfig is a structure wrapping different loader parameters together into one, including default loading states and optional link-dependent states. If certain states, such as ZlibSupport are not specified here, they are not linked into the application.
Data Member |
Description |
| |
Pointer to FileOpenerBase object for opening the file. | |
Pointer to ZlibSupportBase for ZLibSupport. |
Method |
Description |
Constructs the LoaderConfig structure with the default settings. |
GFx_Loader.h