source:
abuse/trunk/src/imlib/include/gifdecod.hpp
@
28
Last change on this file since 28 was 2, checked in by , 18 years ago | |
---|---|
File size: 150 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef __GIFDECOD__ |
2 | #define __GIFDECOD__ | |
3 | #include "std.h" | |
4 | #include "image.hpp" | |
5 | #include <stdio.h> | |
6 | WORD decode_gif_data(image *im, FILE *fp); | |
7 | #endif | |
8 |
Note: See TracBrowser
for help on using the repository browser.