From 4da7be39827ea5888ef9c97b1aadf61b0d76347c Mon Sep 17 00:00:00 2001 From: Silas Bartha Date: Fri, 7 Feb 2025 11:27:18 -0500 Subject: initial commit (lol) --- mons_gltf/include/gltf.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 mons_gltf/include/gltf.h (limited to 'mons_gltf/include/gltf.h') diff --git a/mons_gltf/include/gltf.h b/mons_gltf/include/gltf.h new file mode 100644 index 0000000..d799f26 --- /dev/null +++ b/mons_gltf/include/gltf.h @@ -0,0 +1,11 @@ +#ifndef MONS_GLTF_H +#define MONS_GLTF_H + +#include "shader.h" +#include + +struct mons_model; + +int mons_load_gltf(char *path, mons_program shader, struct mons_model **out, int *count); + +#endif -- cgit v1.2.3