summaryrefslogtreecommitdiffhomepage
path: root/StarsEx/NetLobbyClient.h
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-03-23 00:41:20 +0100
committerAki <please@ignore.pl>2024-03-23 00:41:20 +0100
commita5f3eadd4239bfa5df64badabb2b9897f686aded (patch)
tree516021d23f7a0b288a14641df3b34d8b30213536 /StarsEx/NetLobbyClient.h
parent30346e276d6a6c127b41f3085e47fcc87c4b80ea (diff)
downloadstarshatter-a5f3eadd4239bfa5df64badabb2b9897f686aded.zip
starshatter-a5f3eadd4239bfa5df64badabb2b9897f686aded.tar.gz
starshatter-a5f3eadd4239bfa5df64badabb2b9897f686aded.tar.bz2
Show server version in multiplayer server list
Version replaced Type which was unused at the moment.
Diffstat (limited to 'StarsEx/NetLobbyClient.h')
-rw-r--r--StarsEx/NetLobbyClient.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/StarsEx/NetLobbyClient.h b/StarsEx/NetLobbyClient.h
index 594d374..6d9ef43 100644
--- a/StarsEx/NetLobbyClient.h
+++ b/StarsEx/NetLobbyClient.h
@@ -60,6 +60,7 @@ public:
// overrides for ping support:
virtual const Text& GetMachineInfo();
+ virtual const Text& GetVersion();
virtual int GetStatus() const;
virtual int NumUsers();
virtual bool HasHost();