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