equal
deleted
inserted
replaced
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 |