targa.hpp 141 B

12345678910
  1. #ifndef TARGA_HPP_
  2. #define TARGA_HPP_
  3. #include "palette.hpp"
  4. #include "image.hpp"
  5. image *load_targa(char *filename, palette *pal);
  6. #endif