OSDN Git Service

export toon textures.
[meshio/meshio.git] / include / pmd.h
index eab2d79..0d0b551 100644 (file)
@@ -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)
 {