chore: add stb library for image handling

This commit is contained in:
Krzysztof Rudnicki 2023-03-05 18:14:10 +01:00
parent d51ba68b1e
commit fbb9d2acc6
2 changed files with 7902 additions and 0 deletions

7897
Engine/engine/stb_image.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
#ifndef STB_IMAGE_IMPLEMENTATION
#define STB_IMAGE_IMPLEMENTATION
#include "stb_image.h"
#endif