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