diff options
| author | coco875 <59367621+coco875@users.noreply.github.com> | 2025-08-05 23:16:02 +0200 |
|---|---|---|
| committer | Lywx <kiritodev01@gmail.com> | 2025-08-06 09:16:54 -0600 |
| commit | a8934257b334bd912f16c4fd27101577aeafbf71 (patch) | |
| tree | e8897d89b4dd7247cd231e58a0b52e3c550779d2 /lib | |
| parent | 8e918bd915fd6bbd7ab7c328bd6a3213584e4bdc (diff) | |
Update n64graphics.c
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/n64graphics/n64graphics.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/n64graphics/n64graphics.c b/lib/n64graphics/n64graphics.c index 5d29305..810e65a 100644 --- a/lib/n64graphics/n64graphics.c +++ b/lib/n64graphics/n64graphics.c @@ -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> |
