From 2c1fd29884adec17564d39c0f7792633cbc55f9a Mon Sep 17 00:00:00 2001 From: est31 Date: Sat, 20 Jun 2015 12:55:48 +0200 Subject: Add MoveSomewhere inventory action Improve shift+click experience --- src/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 56f040909..daeef3985 100644 --- a/src/client.h +++ b/src/client.h @@ -493,6 +493,9 @@ public: bool mediaReceived() { return m_media_downloader == NULL; } + u8 getProtoVersion() + { return m_proto_ver; } + float mediaReceiveProgress(); void afterContentReceived(IrrlichtDevice *device); -- cgit v1.2.3