[upstream_utils] Add imgui and friends (#6822)

This commit is contained in:
PJ Reiniger
2024-07-21 01:11:54 -04:00
committed by GitHub
parent 8548d83b03
commit 6922b9dd5e
157 changed files with 149208 additions and 165 deletions

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