diff options
Diffstat (limited to 'png-wbg.h')
-rw-r--r-- | png-wbg.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/png-wbg.h b/png-wbg.h new file mode 100644 index 0000000..bf15f9d --- /dev/null +++ b/png-wbg.h @@ -0,0 +1,5 @@ +#pragma once + +#include <pixman.h> + +pixman_image_t *png_load(const char *path); |