]> icculus.org git repositories - taylor/freespace2.git/blob - include/mainhalltemp.h
rendering functions mostly done; more complete shader setup
[taylor/freespace2.git] / include / mainhalltemp.h
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
6  * the source.
7  */
8
9 /*
10  * $Logfile: /Freespace2/code/MenuUI/MainHallTemp.h $
11  * $Revision$
12  * $Date$
13  * $Author$
14  *
15  * Header file for main-hall menu code
16  *
17  * $Log$
18  * Revision 1.2  2002/06/09 04:41:13  relnev
19  * added copyright header
20  *
21  * Revision 1.1.1.1  2002/05/03 03:28:12  root
22  * Initial import.
23  *
24  * 
25  * 2     6/03/99 10:15p Dave
26  * Put in temporary main hall screen.
27  * 
28  * $NoKeywords: $
29  *
30  */
31
32 #ifndef __TEMP_MAIN_HALL_MENU_HEADER_FILE
33 #define __TEMP_MAIN_HALL_MENU_HEADER_FILE
34
35 // ------------------------------------------------------------------------------------------------------------------------
36 // TEMP MAIN HALL DEFINES/VARS
37 //
38
39
40 // ------------------------------------------------------------------------------------------------------------------------
41 // TEMP MAIN HALL FUNCTIONS
42 //
43
44 // initialize the temporary main hall
45 void mht_init();
46
47 // do a frame for the main hall
48 void mht_do();
49
50 // close the temporary main hall
51 void mht_close();
52
53 #endif
54