source: abuse/tags/pd/imlib/include/gifread.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: 138 bytes
Line 
1#ifndef _GIF_READ_H_
2#define _GIF_READ_H_
3#include "image.hpp"
4#include "palette.hpp"
5image *read_gif(char *fn, palette *&pal);
6
7#endif
8
9
Note: See TracBrowser for help on using the repository browser.