DVX_GUI/dvx/dvxImageWrite.c
2026-03-09 22:50:06 -05:00

10 lines
282 B
C

// dvxImageWrite.c — stb_image_write implementation for DV/X GUI
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-function"
#define STBI_WRITE_NO_SIMD
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include "thirdparty/stb_image_write.h"
#pragma GCC diagnostic pop