From c7d5c00a17c8e4d79f6b0e855d88cc42876f63a9 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 2 Sep 2012 12:09:58 +0000 Subject: Next iteration on the 1.3.2 protocol. Still no good, but sometimes it just gets through. For your testing pleasures ;) git-svn-id: http://mc-server.googlecode.com/svn/trunk@819 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Protocol.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/Protocol.h') diff --git a/source/Protocol.h b/source/Protocol.h index f3e688afb..e01afa9cc 100644 --- a/source/Protocol.h +++ b/source/Protocol.h @@ -24,6 +24,7 @@ class cPawn; class cPickup; class cMonster; class cChunkDataSerializer; +class cWorld; @@ -60,7 +61,7 @@ public: virtual void SendInventoryProgress(char a_WindowID, short a_Progressbar, short a_Value) = 0; virtual void SendInventorySlot (char a_WindowID, short a_SlotNum, const cItem & a_Item) = 0; virtual void SendKeepAlive (int a_PingID) = 0; - virtual void SendLogin (const cPlayer & a_Player) = 0; + virtual void SendLogin (const cPlayer & a_Player, const cWorld & a_World) = 0; virtual void SendMetadata (const cEntity & a_Entity) = 0; virtual void SendPickupSpawn (const cPickup & a_Pickup) = 0; virtual void SendPlayerAnimation (const cPlayer & a_Player, char a_Animation) = 0; -- cgit v1.2.3