X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FTypeDescription.h;h=7b7483624bfe1577979e5ff849405ab25e2fc65b;hb=1970312e983541d32d4ff73c81b8d90156a7bb99;hp=0f530d8a6ab1910f6dd43f9b9610f116817e0f94;hpb=1907ca03c5e865c4d398170042aa384c67ffff29;p=l2e.git diff --git a/src/loader/TypeDescription.h b/src/loader/TypeDescription.h index 0f530d8..7b74836 100644 --- a/src/loader/TypeDescription.h +++ b/src/loader/TypeDescription.h @@ -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