aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/ServerConnection.h
diff options
context:
space:
mode:
Diffstat (limited to 'Minecraft.Client/ServerConnection.h')
-rw-r--r--Minecraft.Client/ServerConnection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Minecraft.Client/ServerConnection.h b/Minecraft.Client/ServerConnection.h
index 56c5d39e..9ef80973 100644
--- a/Minecraft.Client/ServerConnection.h
+++ b/Minecraft.Client/ServerConnection.h
@@ -46,4 +46,5 @@ public:
void handleTextureReceived(const wstring &textureName);
void handleTextureAndGeometryReceived(const wstring &textureName);
void handleServerSettingsChanged(shared_ptr<ServerSettingsChangedPacket> packet);
+ vector< shared_ptr<PlayerConnection> > *getPlayers();
};