]> icculus.org git repositories - taylor/freespace2.git/blob - include/barracks.h
Initial revision
[taylor/freespace2.git] / include / barracks.h
1 /*
2  * $Logfile: /Freespace2/code/MenuUI/Barracks.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * C source file for implementing barracks
8  *
9  * $Log$
10  * Revision 1.1  2002/05/03 03:28:12  root
11  * Initial revision
12  *
13  * 
14  * 3     2/02/99 11:58a Neilk
15  * added vss revision/log comments
16  *
17  * $NoKeywords: $
18  */
19
20 #ifndef _BARRACKS_H
21 #define _BARRACKS_H
22
23 // initialize the barracks 
24 void barracks_init();
25
26 // do a frame for the barrracks
27 void barracks_do_frame(float frametime);
28
29 // close the barracks
30 void barracks_close();
31
32 #endif // _BARRACKS_H
33