source:
abuse/tags/pd/macabuse/imlib/include/gifread.hpp
@
604
Last change on this file since 604 was 49, checked in by , 15 years ago | |
---|---|
File size: 138 bytes |
Line | |
---|---|
1 | #ifndef _GIF_READ_H_ |
2 | #define _GIF_READ_H_ |
3 | #include "image.hpp" |
4 | #include "palette.hpp" |
5 | image *read_gif(char *fn, palette *&pal); |
6 | |
7 | #endif |
8 | |
9 |
Note: See TracBrowser
for help on using the repository browser.