parent
db8f13291a
commit
51282f964f
3 changed files with 26 additions and 17 deletions
|
|
@ -38,6 +38,7 @@ class CPluginSystem {
|
|||
std::vector<CPlugin*> getAllPlugins();
|
||||
|
||||
bool m_bAllowConfigVars = false;
|
||||
std::string m_szLastError = "";
|
||||
|
||||
private:
|
||||
std::vector<std::unique_ptr<CPlugin>> m_vLoadedPlugins;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue