FS2_Open
Open source remastering of the Freespace 2 engine
hudobserver.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) Volition, Inc. 1999. All rights reserved.
3  *
4  * All source code herein is the property of Volition, Inc. You may not sell
5  * or otherwise commercially exploit the source or things you created based on the
6  * source.
7  *
8 */
9 
10 
11 
12 #ifndef _HUD_OBSERVER_FILE
13 #define _HUD_OBSERVER_FILE
14 
15 // prototypes
16 class ship;
17 struct ai_info;
18 
19 // use these to redirect Player_ship and Player_ai when switching into ai mode
20 extern ship Hud_obs_ship;
21 extern ai_info Hud_obs_ai;
22 
24 
25 void hud_render_observer();
26 
27 #endif
Definition: ai.h:329
ship * shipp
Definition: lua.cpp:9162
Definition: ship.h:534
void hud_render_observer()
Definition: hudobserver.cpp:78
void hud_observer_init(ship *shipp, ai_info *aip)
Definition: hudobserver.cpp:26
ai_info Hud_obs_ai
Definition: hudobserver.cpp:21
ship Hud_obs_ship
Definition: hudobserver.cpp:20