/**********************************************************************
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) 
***********************************************************************/

#include "image/image.hh"


void i4_gradiant_bar(i4_image_class *im, int x1, int y1, int x2, int y2,
                            i4_color start_color, i4_color end_color,
                            i4_draw_context_class &context);