/* * PARSEC HEADER: img_tga.h */ #ifndef _IMG_TGA_H_ #define _IMG_TGA_H_ // external functions int TGA_SaveBuffer( const char *filename, char *buff, int width, int height ); #endif // _IMG_TGA_H_