]> 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 0f530d8a6ab1910f6dd43f9b9610f116817e0f94..7b7483624bfe1577979e5ff849405ab25e2fc65b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TypeDescription.h
- *
- *  Created on: Sep 4, 2012
- *      Author: holy
- */
-
 #ifndef LOADER_TYPEDESCRIPTION_H_
 #define LOADER_TYPEDESCRIPTION_H_
 
@@ -74,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:
@@ -96,4 +91,4 @@ private:
 
 }
 
-#endif /* LOADER_TYPEDESCRIPTION_H_ */
+#endif