X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;f=include%2Fpmd.h;fp=include%2Fpmd.h;h=0d0b55191f0d391198d2bea33c8e25b8787e4a15;hb=da32698b870b60849065866d8bda242a61a0c2ff;hp=eab2d79541e5ac5ecba2a5dcf74e63b70cb4d0ba;hpb=f4804ad98eba965d2e8ad857777f63d315fd9563;p=meshio%2Fmeshio.git diff --git a/include/pmd.h b/include/pmd.h index eab2d79..0d0b551 100644 --- a/include/pmd.h +++ b/include/pmd.h @@ -406,7 +406,13 @@ struct IO const Vector2* getUV(int index)const; std::wstring getName()const; + std::wstring getComment()const; std::wstring getEnglishName()const; + std::wstring getEnglishComment()const; + void setName(const char *src); + void setComment(const char *src); + void setEnglishName(const char *src); + void setEnglishComment(const char *src); }; inline std::ostream &operator<<(std::ostream &os, const IO &rhs) {