cProtocol::SendWindowOpen() signature changed.

This implements #313.
This commit is contained in:
madmaxoft
2013-11-08 21:32:14 +01:00
parent b24bdff308
commit 07fa8313b1
15 changed files with 61 additions and 50 deletions
+1 -1
View File
@@ -101,7 +101,7 @@ public:
virtual void SendWeather (eWeather a_Weather) = 0;
virtual void SendWholeInventory (const cWindow & a_Window) = 0;
virtual void SendWindowClose (const cWindow & a_Window) = 0;
virtual void SendWindowOpen (char a_WindowID, char a_WindowType, const AString & a_WindowTitle, char a_NumSlots) = 0;
virtual void SendWindowOpen (const cWindow & a_Window) = 0;
virtual void SendWindowProperty (const cWindow & a_Window, short a_Property, short a_Value) = 0;
/// Returns the ServerID used for authentication through session.minecraft.net