Files
OpenEngine/open_engine/include/open_engine/fastgltf.hpp
2026-03-08 11:38:46 +01:00

14 lines
193 B
C++

#ifndef FASTGLTF_HPP
#define FASTGLTF_HPP
#include "renderer/renderer3d.hpp"
#include "open_engine/ref_scope.hpp"
namespace OpenEngine {
Ref<Mesh> TestGLTF();
}
#endif // FASTGLTF_HPP