Update n64graphics.c

This commit is contained in:
coco875
2025-08-06 09:16:54 -06:00
committed by Lywx
parent 8e918bd915
commit a8934257b3
+1 -1
View File
@@ -12,7 +12,7 @@
#include <stb_image.h>
// intern function
extern unsigned char *stbi_write_png_to_mem(const unsigned char *pixels, int stride_bytes, int x, int y, int n, int *out_len);
extern unsigned char *stbi_write_plte_png_to_mem(const unsigned char *pixels, int stride_bytes, int x, int y, int n, pixel* plte, int plte_size, int *out_len);
extern unsigned char *stbi_write_plte_png_to_mem(const unsigned char *pixels, int stride_bytes, int x, int y, int n, void* plte, int plte_size, int *out_len);
#include <stb_image_write.h>