network_gamelist.h
author Darkvater
Sun, 27 Mar 2005 17:20:27 +0000
changeset 1588 7f0385ebdcfe
parent 738 b96ab9e63d22
child 2186 db48cf29b983
permissions -rw-r--r--
(svn r2092) - Fix: old commands/lines in the console (history) did not show when they used 'special' characters like ??, etc. Diff approved by the code-police.
#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 */