|
FS2_Open
Open source remastering of the Freespace 2 engine
|
#include "globalincs/systemvars.h"#include "hud/hud.h"#include "network/multi.h"#include "playerman/player.h"#include "stats/stats.h"Go to the source code of this file.
Macros | |
| #define | MISSION_STATS_START_Y 80 |
| #define | ALLTIME_STATS_START_Y 270 |
| #define | MULTIPLAYER_LIST_START 20 |
Functions | |
| void | show_stats_init () |
| void | show_stats_label (int stage, int sx, int sy, int dy) |
| void | stats_underline_text (int sx, int sy, char *text) |
| void | show_stats_numbers (int stage, int sx, int sy, int dy, int add_mission) |
| int | find_netplayer_n (int n) |
| void | show_stats_close () |
| void | init_multiplayer_stats () |
| void | set_player_stats (int pid) |
Variables | |
| player * | Active_player |