00001 /***************************************************************************************************/ 00002 /***************************************************************************************************/ 00008 /***************************************************************************************************/ 00009 /***************************************************************************************************/ 00010 #ifndef DRAW_LINE_H 00011 #define DRAW_LINE_H 00012 00013 /*------------------------------------ Includes ---------------------------------------------*/ 00014 #include "ddutil.h" 00015 #include "geo_utils.h" 00016 00017 /*------------------------------------ Prototypes ---------------------------------------------*/ 00019 extern void Draw_Line(CSurface * p_surface , cPoint2D & start,cPoint2D & goal, unsigned char color); 00020 00022 extern void Draw_Line(CDisplay* display , cPoint2D & start,cPoint2D & goal,unsigned char color); 00023 00024 00025 #endif