]> icculus.org git repositories - taylor/freespace2.git/blob - include/mainhalltemp.h
Initial revision
[taylor/freespace2.git] / include / mainhalltemp.h
1 /*
2  * $Logfile: /Freespace2/code/MenuUI/MainHallTemp.h $
3  * $Revision$
4  * $Date$
5  * $Author$
6  *
7  * Header file for main-hall menu code
8  *
9  * $Log$
10  * Revision 1.1  2002/05/03 03:28:12  root
11  * Initial revision
12  *
13  * 
14  * 2     6/03/99 10:15p Dave
15  * Put in temporary main hall screen.
16  * 
17  * $NoKeywords: $
18  *
19  */
20
21 #ifndef __TEMP_MAIN_HALL_MENU_HEADER_FILE
22 #define __TEMP_MAIN_HALL_MENU_HEADER_FILE
23
24 // ------------------------------------------------------------------------------------------------------------------------
25 // TEMP MAIN HALL DEFINES/VARS
26 //
27
28
29 // ------------------------------------------------------------------------------------------------------------------------
30 // TEMP MAIN HALL FUNCTIONS
31 //
32
33 // initialize the temporary main hall
34 void mht_init();
35
36 // do a frame for the main hall
37 void mht_do();
38
39 // close the temporary main hall
40 void mht_close();
41
42 #endif
43