Initial commit; version 0.1

This commit is contained in:
2021-03-26 01:37:31 +03:00
commit 1759b2257a
8 changed files with 13059 additions and 0 deletions

7762
stb/include/stb/stb_image.h Normal file

File diff suppressed because it is too large Load Diff

4
stb/src/stb_image.c Normal file
View File

@@ -0,0 +1,4 @@
#define STBI_ONLY_PNG
#define STB_IMAGE_IMPLEMENTATION
#include <stb/stb_image.h>