FS2_Open
Open source remastering of the Freespace 2 engine
popupdead.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 __POPUPDEAD_H__
13 #define __POPUPDEAD_H__
14 
15 // return values for popup_do_frame for multiplayer
16 #define POPUPDEAD_DO_RESPAWN 0
17 #define POPUPDEAD_DO_OBSERVER 1
18 #define POPUPDEAD_DO_MAIN_HALL 2
19 
20 void popupdead_start();
21 void popupdead_close();
22 int popupdead_do_frame(float frametime);
24 
25 #endif
void popupdead_close()
Definition: popupdead.cpp:522
void popupdead_start()
Definition: popupdead.cpp:129
int popupdead_do_frame(float frametime)
Definition: popupdead.cpp:410
int popupdead_is_active()
Definition: popupdead.cpp:538