X-Git-Url: http://git.osdn.jp/view?a=blobdiff_plain;ds=sidebyside;f=include%2Fpmd.h;h=0d0b55191f0d391198d2bea33c8e25b8787e4a15;hb=4b7b856e70fe8047f985e2598020032d0d87a672;hp=eab2d79541e5ac5ecba2a5dcf74e63b70cb4d0ba;hpb=923502c0cf0c0eaa4461d64c0b7ec621b12f6e32;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) {