#ifndef __TARGAGEN_HPP #define __TARGAGEN_HPP class PixelMap; extern void generateTargaFile(const PixelMap& pm, const char *filename); #endif