/**********************************************************************
This file is part of Crack dot Com's free source code release of Golgotha.
for information about compiling & licensing issues visit this URL
 If that doesn't help, contact Jonathan Clark at 
  golgotha_source@usa.net (Subject should have "GOLG" in it) 
***********************************************************************/

#ifndef I4_TGA_WRITE_HH
#define I4_TGA_WRITE_HH

#include "arch.hh"
class i4_image_class;
class i4_file_class;
i4_bool i4_tga_write(i4_image_class *im, i4_file_class *fp, int include_alpha=0);


#endif