5#include <unordered_map>
18 void InstallModule(std::string path);
20 void UninstallModule(std::string uid);
22 void ShowSettings(
bool *pOpen);
29 void LoadModule(std::string path);
33 std::vector<Module *> loadedModules;
34 std::unordered_map<std::string, Module *> modules;