aboutsummaryrefslogtreecommitdiffstats
path: root/src/png.c
blob: 76b446149c8ad934ae5b27b00411a128579c1a62 (plain)
1
2
3
4
5
6
#include "meh.h"

unsigned char *loadpng(FILE *infile, int *bufwidth, int *bufheight){
	return NULL;
}