diff options
Diffstat (limited to 'deps/stb/src')
| -rw-r--r-- | deps/stb/src/stb_impl.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/stb/src/stb_impl.c b/deps/stb/src/stb_impl.c new file mode 100644 index 0000000..08bf6ef --- /dev/null +++ b/deps/stb/src/stb_impl.c @@ -0,0 +1,5 @@ +#define STB_IMAGE_IMPLEMENTATION +#include <stb_image.h> + +#define STB_IMAGE_WRITE_IMPLEMENTATION +#include <stb_image_write.h> |
