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