ensure only one stb_image declaration

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