aboutsummaryrefslogtreecommitdiff
path: root/stb_image.c
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2023-05-04 23:03:46 +0100
committerJuan J. Martinez <jjm@usebox.net>2023-05-04 23:03:46 +0100
commitdca7a781545c1b16af76bbbcbd45f6d735c02587 (patch)
treeaf6f8fff657c84f09028c7a351ede00f30305fc9 /stb_image.c
parent3f55bafdeddd9893760c2e165756c7bbc575b027 (diff)
downloadtr8vm-dca7a781545c1b16af76bbbcbd45f6d735c02587.tar.gz
tr8vm-dca7a781545c1b16af76bbbcbd45f6d735c02587.zip
Make the stb_image implementation a C module
Diffstat (limited to 'stb_image.c')
-rw-r--r--stb_image.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/stb_image.c b/stb_image.c
new file mode 100644
index 0000000..f81a87a
--- /dev/null
+++ b/stb_image.c
@@ -0,0 +1,3 @@
+#define STB_IMAGE_IMPLEMENTATION
+#define STBI_ONLY_PNG
+#include "stb_image.h"