#ifndef IMAGE_H_
#define IMAGE_H_

int writeTGA(const char *filename, const unsigned char *image, int xres, int yres);

#endif
