Stb fixes

This commit is contained in:
momo5502 2023-01-30 19:10:32 +01:00
parent 939f824d34
commit 28c87b13d6

View File

@ -3,6 +3,7 @@
#pragma warning(push)
#pragma warning(disable: 4100)
#pragma warning(disable: 4244)
#define STBI_ONLY_JPEG
#define STB_IMAGE_IMPLEMENTATION
#include <stb_image.h>