From 7cbf36bf17df70d325d03e4cd40859ac31b4c2e2 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Wed, 8 May 2013 09:45:07 +0000 Subject: Refactored window clicking code to use different click actions First part of solving FS #371; should fix #370. git-svn-id: http://mc-server.googlecode.com/svn/trunk@1459 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/Protocol/Protocol15x.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/Protocol/Protocol15x.h') diff --git a/source/Protocol/Protocol15x.h b/source/Protocol/Protocol15x.h index f09ba09d7..a1c665ab4 100644 --- a/source/Protocol/Protocol15x.h +++ b/source/Protocol/Protocol15x.h @@ -29,6 +29,8 @@ public: cProtocol150(cClientHandle * a_Client); virtual void SendWindowOpen(char a_WindowID, char a_WindowType, const AString & a_WindowTitle, char a_NumSlots) override; + + virtual int ParseWindowClick(void); } ; -- cgit v1.2.3