mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-23 01:21:42 +00:00
[upstream_utils] Add imgui and friends (#6822)
This commit is contained in:
9
thirdparty/imgui_suite/stb/cpp/stb_image.cpp
vendored
Normal file
9
thirdparty/imgui_suite/stb/cpp/stb_image.cpp
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#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"
|
||||
Reference in New Issue
Block a user