aboutsummaryrefslogtreecommitdiff
path: root/png-wbg.h
blob: 71e7dac82b336267bdb2a8c1faee6ee73980ab94 (plain) (blame)
1
2
3
4
5
6
#pragma once

#include <stdio.h>
#include <pixman.h>

pixman_image_t *png_load(FILE *fp, const char *path);