FS2_Open
Open source remastering of the Freespace 2 engine
barracks.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 _BARRACKS_H
13 #define _BARRACKS_H
14 
15 extern int Barracks_overlay_id;
16 
17 // initialize the barracks
18 void barracks_init();
19 
20 // do a frame for the barrracks
21 void barracks_do_frame(float frametime);
22 
23 // close the barracks
24 void barracks_close();
25 
26 #endif // _BARRACKS_H
void barracks_do_frame(float frametime)
Definition: barracks.cpp:1444
int Barracks_overlay_id
Definition: barracks.cpp:293
void barracks_init()
Definition: barracks.cpp:1332
void barracks_close()
Definition: barracks.cpp:1639