same for image write

This commit is contained in:
coco875
2025-08-06 09:16:54 -06:00
committed by Lywx
parent 85529e8536
commit d3339b6880
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -10,7 +10,6 @@
#define STBI_NO_HDR
#define STBI_NO_TGA
#include <stb_image.h>
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb_image_write.h>
#include "n64graphics.h"
+2
View File
@@ -0,0 +1,2 @@
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb_image_write.h>