summaryrefslogtreecommitdiff
path: root/prge_texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'prge_texture.h')
-rw-r--r--prge_texture.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/prge_texture.h b/prge_texture.h
new file mode 100644
index 0000000..cb4c4cc
--- /dev/null
+++ b/prge_texture.h
@@ -0,0 +1,6 @@
+#ifndef PRGE_TEXTURE_H
+#define PRGE_TEXTURE_H
+
+Texture texture_load(Arena *arena, Str8 filename);
+
+#endif /* PRGE_TEXTURE_H */