]> 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 cc00662a6855ad893c754181a30812afddbe3596..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:
@@ -89,4 +91,4 @@ private:
 
 }
 
-#endif /* LOADER_TYPEDESCRIPTION_H_ */
+#endif