Delete bin/png.h

This commit is contained in:
XANTRONIX Development 2022-06-23 11:24:01 -04:00
parent 9b50285b2e
commit b202628d30

View file

@ -1,16 +0,0 @@
#ifndef _PNG_H
#define _PNG_H
int cammy_png_save(const char *file,
void *buf,
size_t width,
size_t height,
int depth,
int format);
uint8_t *cammy_png_load(const char *file,
size_t *width,
size_t *height,
int *depth);
#endif /* _PNG_H */