summaryrefslogtreecommitdiff
path: root/src/resources/loaders.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/loaders.h')
-rw-r--r--src/resources/loaders.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/resources/loaders.h b/src/resources/loaders.h
new file mode 100644
index 0000000..ba38ec4
--- /dev/null
+++ b/src/resources/loaders.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "defines.h"
+
+struct core;
+typedef u32 model_handle;
+
+model_handle model_load_obj(struct core *core, const char *path, bool invert_texture_y);
+model_handle model_load_gltf(struct core *core, const char *path, bool invert_texture_y); \ No newline at end of file