summaryrefslogtreecommitdiff
path: root/network_gamelist.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
committertruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
commitb8f6d41418982163965dd5beb0b39dbdce1fbe8f (patch)
tree68d3e795694a875138c369707ed74b5b4b022d49 /network_gamelist.h
parent0434287ef826a4ed72cd8528a52a86ae8b70a948 (diff)
downloadopenttd-b8f6d41418982163965dd5beb0b39dbdce1fbe8f.tar.xz
(svn r942) -Merged branch/network back into the trunk
Diffstat (limited to 'network_gamelist.h')
-rw-r--r--network_gamelist.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/network_gamelist.h b/network_gamelist.h
new file mode 100644
index 000000000..7641ac0f6
--- /dev/null
+++ b/network_gamelist.h
@@ -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 */