Remove plugin from active plugins list when removing plugin from user interface
This commit is contained in:
parent
6bacee59f5
commit
208deaea12
4 changed files with 107 additions and 9 deletions
|
|
@ -36,6 +36,8 @@ public:
|
|||
void ScanAndLoadPlugins();
|
||||
|
||||
void AddPlugin(std::string path);
|
||||
void RemovePlugin(std::string path);
|
||||
|
||||
void LoadPlugin(std::string path);
|
||||
void UnloadPlugin(std::string path);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue