repo.or.cz
/
gitenigma.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
trunk 20080912
[gitenigma.git]
/
include
/
lib
/
gdi
/
epng.h
blob
650c25139d16f02ac9ff79f71e1f5d7af786a1ae
1
#ifndef __png_h
2
#define __png_h
3
4
#include
"grc.h"
5
6
gImage
*
loadPNG
(
const char
*
filename
);
7
int
savePNG
(
const char
*
filename
,
gPixmap
*
pixmap
);
8
9
#endif