10 lines
282 B
C
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
|