git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add some characters to NumericalTextInput
[enigma2.git]
/
lib
/
gdi
/
epng.h
1
#ifndef __png_h
2
#define __png_h
3
4
#include <lib/gdi/gpixmap.h>
5
6
int loadPNG(ePtr<gPixmap> &pixmap, const char *filename);
7
int savePNG(const char *filename, gPixmap *pixmap);
8
9
#endif