FS2_Open
Open source remastering of the Freespace 2 engine
multi_pinfo.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 _MULTI_PLAYER_INFO_HEADER_FILE
13 #define _MULTI_PLAYER_INFO_HEADER_FILE
14 
15 // ---------------------------------------------------------------------------------------
16 // MULTI PLAYER INFO DEFINES/VARS
17 //
18 
19 // prototypes
20 struct net_player;
21 
22 
23 // ---------------------------------------------------------------------------------------
24 // MULTI PLAYER INFO FUNCTIONS
25 //
26 
27 // fire up the player info popup
29 
30 // is the pilot info popup currently active?
32 
33 // kill the currently active popup (if any)
35 
36 // notify the popup that a player has left
38 
39 #endif
int multi_pinfo_popup_active()
void multi_pinfo_popup_kill()
void multi_pinfo_notify_drop(net_player *np)
void multi_pinfo_popup(net_player *np)