source: abuse/trunk/src/imlib/include/gifread.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: 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.