source:
abuse/trunk/src/imlib/include/glread.hpp
@
17
Last change on this file since 17 was 2, checked in by , 17 years ago | |
---|---|
File size: 196 bytes |
Rev | Line | |
---|---|---|
[2] | 1 | #ifndef __GLREAD_HPP_ |
2 | #define __GLREAD_HPP_ | |
3 | #include "palette.hpp" | |
4 | #include "image.hpp" | |
5 | image *read_glfont(char *fn); | |
6 | image *read_pic(char *fn, palette *&pal); | |
7 | image *read_clp(char *fn); | |
8 | ||
9 | #endif | |
10 |
Note: See TracBrowser
for help on using the repository browser.