mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
10 lines
214 B
C++
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"
|