#pragma once #include "object.hpp" #include namespace engine::util { Object* loadAssimpMeshFromFile(Object* parent, const std::string& path); }