diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-14 18:17:54 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2025-01-14 18:17:54 -0500 |
| commit | 5a7b4a65a1d93744e4a5e6cc6df4244f61b81f68 (patch) | |
| tree | 4b59cb1d6e513c1caefdc7e4c35955741bcfe206 /src/vendor-stb-image-include.c | |
| parent | 80a67230fe192287503092a3d256aea3a494409c (diff) | |
chore: fix compiler warnings + extra includes
Diffstat (limited to 'src/vendor-stb-image-include.c')
| -rw-r--r-- | src/vendor-stb-image-include.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/vendor-stb-image-include.c b/src/vendor-stb-image-include.c new file mode 100644 index 0000000..7e02327 --- /dev/null +++ b/src/vendor-stb-image-include.c @@ -0,0 +1,5 @@ + +#define STB_IMAGE_IMPLEMENTATION +#define STB_IMAGE_WRITE_IMPLEMENTATION + +#include "vendor-stb-image-include.h" |
