OSDN Git Service

move blender scripts to python data_files.
[meshio/meshio.git] / include / pmd.h
index 9bff08b..55312a5 100644 (file)
@@ -365,6 +365,7 @@ struct IO
        bool write(std::ostream &os);
 
        const Vector2* getUV(int index)const;
+       std::wstring getName()const;
 };
 inline std::ostream &operator<<(std::ostream &os, const IO &rhs)
 {