OSDN Git Service

fix for blender2.5.
[meshio/meshio.git] / include / mqo.h
index fb932da..e3b148c 100644 (file)
@@ -221,6 +221,8 @@ struct Object
        Object()
                : mirror(0)
        {}
+
+       std::wstring getName()const;
 };
 inline std::ostream &operator<<(std::ostream &os, const Object &rhs)
 {
@@ -245,6 +247,9 @@ struct IO
 
        bool read(binary::IReader &reader);
        bool read(const char *path);
+//#ifdef _WIN32
+       bool read(const wchar_t *path);
+//#endif
        bool write(std::ostream &os);
 };