home *** CD-ROM | disk | FTP | other *** search
/ Quark 3 / Quark3.iso / KATALOG / ARCHIV / TOOL / T001.ZIP / SOURCE.ZIP / Targa.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-03  |  156 b   |  6 lines

  1. #ifndef _TARGA_H_
  2. #define _TARGA_H_
  3.  
  4. bool loadTGA (char *name, byte **pixels, unsigned int *width, unsigned int *height, unsigned int *format);
  5.  
  6. #endif