mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +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"
|