#pragma once #include #include #include "types.hpp" //stub class for assimp //TODO: this should really be merged with modelimporter.hpp class AssimpImporter { public: static ImportedModel Import(const std::string& path); };