7 lines
218 B
C
7 lines
218 B
C
#define STB_IMAGE_IMPLEMENTATION
|
|
#define STBI_FAILURE_USERMSG
|
|
|
|
#pragma GCC diagnostic push
|
|
#pragma GCC diagnostic ignored "-Wunused-but-set-variable"
|
|
#include <psemek/gfx/detail/stb_image.h>
|
|
#pragma GCC diagnostic pop
|