diff options
Diffstat (limited to 'include/serialize.h')
-rw-r--r-- | include/serialize.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/serialize.h b/include/serialize.h index 918944804..b136412e4 100644 --- a/include/serialize.h +++ b/include/serialize.h @@ -176,6 +176,8 @@ class CoreExport Serialize::Type static Serialize::Type *Find(const Anope::string &name); static const std::vector<Anope::string> &GetTypeOrder(); + + static const std::map<Anope::string, Serialize::Type *>& GetTypes(); }; /** Should be used to hold lists and other objects of a specific type, |