author | tron |
Fri, 24 Feb 2006 19:52:26 +0000 | |
changeset 3075 | fd64f71655eb |
parent 2186 | db48cf29b983 |
permissions | -rw-r--r-- |
/* $Id$ */ #ifndef NETWORK_GAMELIST_H #define NETWORK_GAMELIST_H void NetworkGameListClear(void); NetworkGameList *NetworkGameListAddItem(uint32 ip, uint16 port); void NetworkGameListRemoveItem(NetworkGameList *remove); void NetworkGameListAddQueriedItem(const NetworkGameInfo *info, bool server_online); #endif /* NETWORK_GAMELIST_H */