14 lines
193 B
C++
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
|