summaryrefslogtreecommitdiff
path: root/src/net/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/net.h')
-rw-r--r--src/net/net.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/net.h b/src/net/net.h
index 5e675df7..d6bb7d39 100644
--- a/src/net/net.h
+++ b/src/net/net.h
@@ -63,6 +63,8 @@ TradeHandler *getTradeHandler();
*/
void connectToServer(const ServerInfo &server);
+void unload();
+
} // namespace Net
#endif // NET_H