summaryrefslogtreecommitdiff
path: root/src/serialize.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/serialize.cpp')
-rw-r--r--src/serialize.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/serialize.cpp b/src/serialize.cpp
index 5594cf93e..4f0068a48 100644
--- a/src/serialize.cpp
+++ b/src/serialize.cpp
@@ -170,3 +170,8 @@ const std::vector<Anope::string> &Type::GetTypeOrder()
return TypeOrder;
}
+const std::map<Anope::string, Serialize::Type *>& Type::GetTypes()
+{
+ return Types;
+}
+