diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/142bot/modules.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/142bot/modules.hpp b/include/142bot/modules.hpp index ab888d3..27025b8 100644 --- a/include/142bot/modules.hpp +++ b/include/142bot/modules.hpp @@ -136,6 +136,8 @@ public: // Unloads and then reloads a module bool reload(const std::string &fname); + void load_all(); + // Get list of loaded modules const ModuleMap& get_loaded_modules() const; }; |