source: abuse/trunk/src/imlib/include/gifdecod.hpp @ 28

Last change on this file since 28 was 2, checked in by Sam Hocevar, 18 years ago
  • imported original 0.7.0 tarball
File size: 150 bytes
RevLine 
[2]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.