summaryrefslogtreecommitdiff
path: root/network_gamelist.h
diff options
context:
space:
mode:
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 */