Update n64graphics.c

This commit is contained in:
coco875
2025-08-06 09:16:54 -06:00
committed by Lywx
parent d3339b6880
commit 8e918bd915
+4
View File
@@ -10,6 +10,10 @@
#define STBI_NO_HDR
#define STBI_NO_TGA
#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);
#include <stb_image_write.h>
#include "n64graphics.h"