source: abuse/trunk/src/imlib/include/lbmread.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: 146 bytes
Line 
1#ifndef _LBMREAD_HPP_
2#define _LBMREAD_HPP_
3
4#include "image.hpp"
5#include "palette.hpp"
6
7image *read_lbm(char *filename, palette *&pal);
8
9#endif
Note: See TracBrowser for help on using the repository browser.