#include "draw_line.h"
#include "dxutil.h"
Go to the source code of this file.
Functions | |
void | Draw_Line (CSurface *p_surface, cPoint2D &start, cPoint2D &goal, unsigned char color) |
dessine la ligne ds la surface precisée | |
void | Draw_Line (CDisplay *g_pDisplay, cPoint2D &start, cPoint2D &goal, unsigned char color) |
dessine la ligne ds le back buffer du display para |
|
dessine la ligne ds le back buffer du display para
Definition at line 125 of file draw_line.cpp. References _DbgOut(), g_pDisplay, CDisplay::GetBackBuffer(), cPoint2D::X, and cPoint2D::Y. Referenced by cWall::Display(), cSquare_Area_Debug_Displayer::Display(), cGame_World_Debug_Displayer::Display_Graph(), and cUnit::Display_Path(). |
|
dessine la ligne ds la surface precisée
Definition at line 6 of file draw_line.cpp. |