mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-06 07:38:05 -04:00
readpnd: teach to writepng too (todo: rename?)
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@919 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
46e95ae615
commit
9767592ab7
2 changed files with 75 additions and 1 deletions
|
@ -12,6 +12,7 @@ extern "C" {
|
|||
#endif
|
||||
|
||||
int readpng(void *dest, const char *fname, readpng_what what, int w, int h);
|
||||
int writepng(const char *fname, unsigned short *src, int w, int h);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue