Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

draw_line.h

Go to the documentation of this file.
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

Generated on Fri May 21 19:22:36 2004 for LIBELL by doxygen 1.3.7