#include <bsp_debug_X.h>
Public Member Functions | |
cGame_World_Debug_Displayer () | |
default constructor | |
void | Display_Areas (CDisplay &display, cGame_World &world) |
affiche les areas de 'world' pour le debug, ds 'display' | |
void | Display_Graph (CDisplay &display, cGame_World &world) |
Private Attributes | |
cSquare_Area_Debug_Displayer | Area_Displayer |
objet pour afficher une area |
Definition at line 36 of file bsp_debug_X.h.
|
default constructor
Definition at line 40 of file bsp_debug_X.h. |
|
affiche les areas de 'world' pour le debug, ds 'display'
Definition at line 16 of file bsp_debug_X.cpp. References Area_Displayer, cSquare_Area_Debug_Displayer::Display(), Display_Areas(), and cGame_World::List_Areas. Referenced by Display_Areas(), and cGame_Manager::Display_Debug_X(). |
|
Definition at line 27 of file bsp_debug_X.cpp. References COLOR_GRAPH, Display_Graph(), Draw_Line(), g_pDisplay, and cGame_World::List_Portals. Referenced by cGame_Manager::Display_Debug_X(), and Display_Graph(). |
|
objet pour afficher une area
Definition at line 49 of file bsp_debug_X.h. Referenced by Display_Areas(). |