9 lines
273 B
C++
9 lines
273 B
C++
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
|
|
|
#include <psemek/util/assert.hpp>
|
|
#define STBIW_ASSERT(x) assert(x)
|
|
|
|
#pragma GCC diagnostic push
|
|
#pragma GCC diagnostic ignored "-Wmissing-field-initializers"
|
|
#include <psemek/gfx/detail/stb_image_write.h>
|
|
#pragma GCC diagnostic pop
|