diff options
| author | vimene <vincent.menegaux@gmail.com> | 2025-12-26 15:46:19 +0100 |
|---|---|---|
| committer | vimene <vincent.menegaux@gmail.com> | 2025-12-26 15:46:19 +0100 |
| commit | c0eeccb889c8ae969bbb6e44e87bc309ea5f146f (patch) | |
| tree | 4b7d33acfd3711c4189ebbc9e3e4938f032f657f /src/stb_image.c | |
| parent | b21d32a0dd906404b0cdf7d6edf395ba63adba8b (diff) | |
| download | engine-c0eeccb889c8ae969bbb6e44e87bc309ea5f146f.tar.gz | |
added STBI library
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..9177288 --- /dev/null +++ b/src/stb_image.c @@ -0,0 +1,2 @@ +#define STB_IMAGE_IMPLEMENTATION +#include <stb_image.h> |
