|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "graphics/2d.h"Go to the source code of this file.
Enumerations | |
| enum | { PAUSE_TYPE_NORMAL, PAUSE_TYPE_VIEWER } |
Functions | |
| void | pause_init () |
| void | pause_do () |
| void | pause_close () |
| void | pause_debug_init () |
| void | pause_debug_do () |
| void | pause_debug_close () |
| void | pause_set_type (int type) |
| int | pause_get_type () |
Variables | |
| int | Please_wait_coords [GR_NUM_RESOLUTIONS][4] |
| anonymous enum |
| Enumerator | |
|---|---|
| PAUSE_TYPE_NORMAL | |
| PAUSE_TYPE_VIEWER | |
Definition at line 47 of file missionpause.h.
| void pause_close | ( | ) |
Definition at line 238 of file missionpause.cpp.
| void pause_debug_close | ( | ) |
Definition at line 345 of file missionpause.cpp.
| void pause_debug_do | ( | ) |
Definition at line 297 of file missionpause.cpp.
| void pause_debug_init | ( | ) |
Definition at line 271 of file missionpause.cpp.
| void pause_do | ( | ) |
Definition at line 128 of file missionpause.cpp.
| int pause_get_type | ( | ) |
Definition at line 87 of file missionpause.cpp.
| void pause_init | ( | ) |
Definition at line 98 of file missionpause.cpp.
Definition at line 92 of file missionpause.cpp.
| int Please_wait_coords[GR_NUM_RESOLUTIONS][4] |
Definition at line 43 of file missionpause.cpp.