Files
allwpilib/thirdparty/imgui_suite/stb/cpp/stb_image.cpp
2024-07-20 22:11:54 -07:00

10 lines
214 B
C++

#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"