![]() |
TerraForge3D
2.3.1
3D Terrain And Landscape Generator
|
Public Member Functions | |
ModuleManager (ApplicationState *appState) | |
void | InstallModule (std::string path) |
void | UninstallModule (std::string uid) |
void | ShowSettings (bool *pOpen) |
void | UpdateModules () |
Public Attributes | |
ApplicationState * | appState |
std::vector< Module * > | loadedModules |
std::unordered_map< std::string, Module * > | modules |
Private Member Functions | |
void | LoadModules () |
void | UnloadModules () |
void | LoadModule (std::string path) |
Definition at line 11 of file ModuleManager.h.