equal
deleted
inserted
replaced
8 #ifdef ENABLE_NETWORK |
8 #ifdef ENABLE_NETWORK |
9 |
9 |
10 #include "network_type.h" |
10 #include "network_type.h" |
11 #include "../console_type.h" |
11 #include "../console_type.h" |
12 |
12 |
13 extern NetworkGameInfo _network_game_info; |
13 extern NetworkServerGameInfo _network_game_info; |
14 extern NetworkPlayerInfo _network_player_info[MAX_PLAYERS]; |
14 extern NetworkPlayerInfo _network_player_info[MAX_PLAYERS]; |
15 extern NetworkClientInfo _network_client_info[MAX_CLIENT_INFO]; |
15 extern NetworkClientInfo _network_client_info[MAX_CLIENT_INFO]; |
16 |
16 |
17 extern uint16 _network_own_client_index; |
17 extern uint16 _network_own_client_index; |
18 extern uint16 _redirect_console_to_client; |
18 extern uint16 _redirect_console_to_client; |