src/network/network_func.h
changeset 9451 0d6806ba5504
parent 9428 1ba05b499957
child 9898 75347c78b276
equal deleted inserted replaced
9450:9e7d05b0b1e5 9451:0d6806ba5504
     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;