source: abuse/tags/pd/macabuse/imlib/include/glread.hpp @ 57

Last change on this file since 57 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
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.