src/network/network_gamelist.h
changeset 10792 95b6eb9fcc9e
parent 10429 1b99254f9607
equal deleted inserted replaced
10791:0f3e94733e65 10792:95b6eb9fcc9e
     2 
     2 
     3 /** @file network_gamelist.h Handling of the list of games. */
     3 /** @file network_gamelist.h Handling of the list of games. */
     4 
     4 
     5 #ifndef NETWORK_GAMELIST_H
     5 #ifndef NETWORK_GAMELIST_H
     6 #define NETWORK_GAMELIST_H
     6 #define NETWORK_GAMELIST_H
       
     7 
       
     8 #include "network_type.h"
     7 
     9 
     8 /** Structure with information shown in the game list (GUI) */
    10 /** Structure with information shown in the game list (GUI) */
     9 struct NetworkGameList {
    11 struct NetworkGameList {
    10 	NetworkGameInfo info;  ///< The game information of this server
    12 	NetworkGameInfo info;  ///< The game information of this server
    11 	uint32 ip;             ///< The IP of the game server
    13 	uint32 ip;             ///< The IP of the game server