FS2_Open
Open source remastering of the Freespace 2 engine
mainhalltemp.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 __TEMP_MAIN_HALL_MENU_HEADER_FILE
13 #define __TEMP_MAIN_HALL_MENU_HEADER_FILE
14 
15 // ------------------------------------------------------------------------------------------------------------------------
16 // TEMP MAIN HALL DEFINES/VARS
17 //
18 
19 
20 // ------------------------------------------------------------------------------------------------------------------------
21 // TEMP MAIN HALL FUNCTIONS
22 //
23 
24 // initialize the temporary main hall
25 void mht_init();
26 
27 // do a frame for the main hall
28 void mht_do();
29 
30 // close the temporary main hall
31 void mht_close();
32 
33 #endif
void mht_do()
void mht_init()
void mht_close()