1 /*
2  * file menu_network.h - user interface for setting up networks games
3  *
4  * $Id: menu_network.h,v 1.6 2006/02/09 21:21:24 fzago Exp $
5  *
6  * Program XBLAST
7  * (C) by Oliver Vogel (e-mail: m.vogel@ndh.net)
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published
11  * by the Free Software Foundation; either version 2; or (at your option)
12  * any later version
13  *
14  * This program is distributed in the hope that it will be entertaining,
15  * but WITHOUT ANY WARRANTY; without even the implied warranty of
16  * MERCHANTABILTY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
17  * Public License for more details.
18  *
19  * You should have received a copy of the GNU General Public License along
20  * with this program; if not, write to the Free Software Foundation, Inc.
21  * 675 Mass Ave, Cambridge, MA 02139, USA.
22  */
23 #ifndef XBLAST_MENU_NETWORK_H
24 #define XBLAST_MENU_NETWORK_H
25 
26 
27 
28 /*
29  * global prototypes
30  */
31 extern XBBool CreateServerMenu (void *par);
32 extern XBBool CreateCentralMenu (void *par);	// XBCC
33 extern XBBool CreateClientMenu (void *par);
34 extern XBBool CreateSearchLanMenu (void *par);
35 extern XBBool CreateSearchCentralMenu (void *par);	// XBCC
36 extern void setAutoCentral2 (XBBool set);
37 
38 #endif
39 /*
40  * end of file menu_network.h
41  */
42