Delete bin/png.h
This commit is contained in:
parent
9b50285b2e
commit
b202628d30
1 changed files with 0 additions and 16 deletions
16
bin/png.h
16
bin/png.h
|
@ -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 */
|
|
Loading…
Add table
Reference in a new issue