aboutsummaryrefslogtreecommitdiff
path: root/src/stb_image.cpp
blob: 2b951e75bbaba2eb79892a0fd74189d35734335c (plain) (blame)
1
2
3
4
5
6
#define STB_IMAGE_IMPLEMENTATION
#define STBI_FAILURE_USERMSG
#ifdef _WIN32
# define STBI_WINDOWS_UTF8
#endif
#include <stb_image.h>