Files
allwpilib/thirdparty/imgui_suite/stb/cpp/stb_image.cpp

10 lines
214 B
C++
Raw Normal View History

#define STBI_WINDOWS_UTF8
#define STB_IMAGE_IMPLEMENTATION
#ifdef __GNUC__
#pragma GCC diagnostic ignored "-Wsign-compare"
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif
#include "stb_image.h"