Fixed case where picopng cant find size_t
This commit is contained in:
parent
48769d0eed
commit
ed17ab1947
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
#include <stddef.h>
|
||||
#include <vector>
|
||||
int decodePNG(unsigned char*& out_image, int& image_width, int& image_height,
|
||||
const unsigned char* in_png, size_t in_size,
|
||||
|
Loading…
x
Reference in New Issue
Block a user