diff options
| author | patrick-scho | 2025-08-20 13:58:42 +0200 |
|---|---|---|
| committer | patrick-scho | 2025-08-20 13:58:42 +0200 |
| commit | 6741823d21c62dc02b37812811ea1594f8ca9cca (patch) | |
| tree | fd5015c3ff19c6ca8dcad16560128c398ece11ff /src/stb_image.c | |
| parent | 93ab0cc40cbb95b3625a986427650dd609bd57dd (diff) | |
| download | sporegirl-6741823d21c62dc02b37812811ea1594f8ca9cca.tar.gz sporegirl-6741823d21c62dc02b37812811ea1594f8ca9cca.zip | |
add stb_image
Diffstat (limited to 'src/stb_image.c')
| -rw-r--r-- | src/stb_image.c | 2 |
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" |
