source: abuse/tags/pd/imlib/include/targa.hpp @ 161

Last change on this file since 161 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 141 bytes
Line 
1#ifndef TARGA_HPP_
2#define TARGA_HPP_
3
4#include "palette.hpp"
5#include "image.hpp"
6
7image *load_targa(char *filename, palette *pal);
8
9#endif
Note: See TracBrowser for help on using the repository browser.