]> icculus.org git repositories - taylor/freespace2.git/blob - include/hudartillery.h
Initial revision
[taylor/freespace2.git] / include / hudartillery.h
1 /*
2  * $Logfile: /Freespace2/code/Hud/HudArtillery.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  * 
7  *
8  * $Log$
9  * Revision 1.1  2002/05/03 03:28:12  root
10  * Initial revision
11  *  
12  * 
13  * 2     4/20/99 6:39p Dave
14  * Almost done with artillery targeting. Added support for downloading
15  * images on the PXO screen.
16  * 
17  * 1     4/20/99 12:00a Dave
18  * 
19  * 
20  * $NoKeywords: $
21  */
22
23 #ifndef _FS2_HUD_ARTILLERY_HEADER_FILE
24 #define _FS2_HUD_ARTILLERY_HEADER_FILE
25
26 // -----------------------------------------------------------------------------------------------------------------------
27 // ARTILLERY DEFINES/VARS
28 //
29
30
31 // -----------------------------------------------------------------------------------------------------------------------
32 // ARTILLERY FUNCTIONS
33 //
34
35 // level init
36 void hud_init_artillery();
37
38 // update all hud artillery related stuff
39 void hud_artillery_update();
40
41 // render all hud artillery related stuff
42 void hud_artillery_render();
43
44 #endif
45