Remove plugin from active plugins list when removing plugin from user interface

This commit is contained in:
Adam Honse 2021-08-26 21:38:40 -05:00
parent 6bacee59f5
commit 208deaea12
4 changed files with 107 additions and 9 deletions

View file

@ -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);