source:
abuse/branches/pd/macabuse/imlib/include/gifdecod.hpp
@
161
Last change on this file since 161 was 49, checked in by , 15 years ago | |
---|---|
File size: 150 bytes |
Line | |
---|---|
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.