From 674fe1e955f729e8328772313c45fe76857ec835 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sun, 19 Aug 2012 21:14:45 +0000 Subject: Window, Chest, Furnace and Pawn are not using cPackets at all git-svn-id: http://mc-server.googlecode.com/svn/trunk@762 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cWindow.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source/cWindow.h') diff --git a/source/cWindow.h b/source/cWindow.h index 37ac5239d..36fc60f62 100644 --- a/source/cWindow.h +++ b/source/cWindow.h @@ -14,7 +14,6 @@ class cPlayer; class cItem; class cWindowOwner; class cClientHandle; -class cPacket; // TODO: remove this typedef std::list cPlayerList; @@ -76,7 +75,7 @@ public: void SendWholeWindow(cClientHandle * a_Client); void BroadcastWholeWindow(void); - void Broadcast(const cPacket & a_Packet); + void BroadcastInventoryProgress(short a_Progressbar, short a_Value); const AString & GetWindowTitle() const { return m_WindowTitle; } void SetWindowTitle( const std::string & a_WindowTitle ) { m_WindowTitle = a_WindowTitle; } -- cgit v1.2.3