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

Last change on this file since 28 was 2, checked in by Sam Hocevar, 17 years ago
  • imported original 0.7.0 tarball
File size: 196 bytes
Line 
1#ifndef __GLREAD_HPP_
2#define __GLREAD_HPP_
3#include "palette.hpp"
4#include "image.hpp"
5image *read_glfont(char *fn);
6image *read_pic(char *fn, palette *&pal);
7image *read_clp(char *fn);
8
9#endif
10
Note: See TracBrowser for help on using the repository browser.