Changeset 128 for abuse/trunk/src/imlib/gifdecod.hpp
- Timestamp:
- Mar 22, 2008, 9:39:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/gifdecod.hpp
r57 r128 10 10 #ifndef __GIFDECOD__ 11 11 #define __GIFDECOD__ 12 12 13 #include "std.h" 13 14 #include "image.hpp" 14 15 #include <stdio.h> 15 WORD decode_gif_data(image *im, FILE *fp); 16 int16_t decode_gif_data(image *im, FILE *fp); 17 16 18 #endif 17 19
Note: See TracChangeset
for help on using the changeset viewer.