Panda3DS/src/stb_image_write.c
Wunkolo e4e8e7ce26 Move stb_image_write into its own translation unit
Rather than having the entire implementation within `emulator.cpp`,
causing incremental builds to be much slower, give it its own
translation unit `stb_image_write.c`.
2023-07-11 10:43:20 -07:00

2 lines
No EOL
67 B
C

#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb_image_write.h>