(svn r942) -Merged branch/network back into the trunk
This commit is contained in:
8
network_gamelist.h
Normal file
8
network_gamelist.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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 */
|
||||
Reference in New Issue
Block a user