|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "autopilot/autopilot.h"#include "hud/hud.h"#include "hud/hudbrackets.h"#include "hud/hudnavigation.h"#include "hud/hudtarget.h"#include "hud/hudtargetbox.h"#include "object/object.h"#include "render/3d.h"#include "ship/ship.h"Go to the source code of this file.
Functions | |
| void | hud_target_show_dist_on_bracket (int x, int y, float distance, int font_num) |
| void | draw_brackets_square_quick (int x1, int y1, int x2, int y2, int thick) |
| void | hud_draw_navigation () |
Definition at line 92 of file hudbrackets.cpp.
| void hud_draw_navigation | ( | ) |
Draws the Navigation stuff on the HUD
Definition at line 24 of file hudnavigation.cpp.