]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/TypeDescription.h
ref and load images in l2o files
[l2e.git] / src / loader / TypeDescription.h
index 262f76b9e9d79ff9bad507e31f5643ead1f4a606..7b7483624bfe1577979e5ff849405ab25e2fc65b 100644 (file)
@@ -67,6 +67,8 @@ public:
        static int GetTypeId(const std::string &);
        static const TypeDescription &Get(int id);
 
+       static int GetMaxSize();
+
        static void WriteSourceWiki(std::ostream &);
 
 private: