treesummaryrefslogcommitdiff
path: root/src/stb_image.c
diff options
context:
space:
mode:
authorpatrick-scho2025-08-20 13:58:42 +0200
committerpatrick-scho2025-08-20 13:58:42 +0200
commit6741823d21c62dc02b37812811ea1594f8ca9cca (patch)
treefd5015c3ff19c6ca8dcad16560128c398ece11ff /src/stb_image.c
parent93ab0cc40cbb95b3625a986427650dd609bd57dd (diff)
downloadsporegirl-6741823d21c62dc02b37812811ea1594f8ca9cca.tar.gz
sporegirl-6741823d21c62dc02b37812811ea1594f8ca9cca.zip
add stb_image
Diffstat (limited to 'src/stb_image.c')
-rw-r--r--src/stb_image.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/stb_image.c b/src/stb_image.c
new file mode 100644
index 0000000..8ddfd1f
--- /dev/null
+++ b/src/stb_image.c
@@ -0,0 +1,2 @@
+#define STB_IMAGE_IMPLEMENTATION
+#include "stb_image.h"