FS2_Open
Open source remastering of the Freespace 2 engine
hudnavigation.h
Go to the documentation of this file.
1 // HUDNavigation.h
2 // Derek Meek
3 // 4-30-2004
4 
5 
6 #if !defined(_HUD_NAV_)
7 #define _HUD_NAV_
8 
9 // Draws the Navigation stuff on the HUD
10 void hud_draw_navigation();
11 
12 #endif
void hud_draw_navigation()