summaryrefslogtreecommitdiff
path: root/src/gltf_loader.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gltf_loader.h')
-rw-r--r--src/gltf_loader.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/gltf_loader.h b/src/gltf_loader.h
deleted file mode 100644
index 4b3190b..0000000
--- a/src/gltf_loader.h
+++ /dev/null
@@ -1,9 +0,0 @@
-#ifndef GLTF_LOADER_H
-
-#define GLTF_LOADER_H
-#include <string_view>
-#include "render_assets.h"
-#include "tiny_gltf.h"
-
-bool load_gltf(const std::string_view path, iris::Scene &scene);
-#endif \ No newline at end of file