#ifndef OBJ_PARSER_H #define OBJ_PARSER_H #include "o3d/mesh.h" namespace engine { o3d::Mesh parse_object(const std::string& obj_path); } #endif // OBJ_PARSER_H