You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OpenTTD-patches/network_gamelist.h

9 lines
265 B
C

#ifndef NETWORK_GAMELIST_H
#define NETWORK_GAMELIST_H
void NetworkGameListClear(void);
NetworkGameList *NetworkGameListAddItem(uint32 ip, uint16 port);
void NetworkGameListAddQueriedItem(NetworkGameInfo *info, bool server_online);
#endif /* NETWORK_GAMELIST_H */