source: abuse/branches/pd/macabuse/imlib/include/gifdecod.hpp @ 161

Last change on this file since 161 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 150 bytes
Line 
1#ifndef __GIFDECOD__
2#define __GIFDECOD__
3#include "std.h"
4#include "image.hpp"
5#include <stdio.h>
6WORD decode_gif_data(image *im, FILE *fp);
7#endif
8
Note: See TracBrowser for help on using the repository browser.