OSDN Git Service

add pmd::IO::read(const char*).
[meshio/meshio.git] / include / mqo.h
index f8da2f6..e9424f0 100644 (file)
@@ -233,6 +233,7 @@ struct IO
        std::vector<Object> objects;
 
        bool read(binary::IReader &reader);
+       bool read(const char *path);
        bool write(std::ostream &os);
 };