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