source:
abuse/tags/pd/macabuse/imlib/include/lbmread.hpp
@
49
Last change on this file since 49 was 49, checked in by , 15 years ago | |
---|---|
File size: 146 bytes |
Rev | Line | |
---|---|---|
[49] | 1 | #ifndef _LBMREAD_HPP_ |
2 | #define _LBMREAD_HPP_ | |
3 | ||
4 | #include "image.hpp" | |
5 | #include "palette.hpp" | |
6 | ||
7 | image *read_lbm(char *filename, palette *&pal); | |
8 | ||
9 | #endif |
Note: See TracBrowser
for help on using the repository browser.