summaryrefslogtreecommitdiffstats
path: root/source/ClientHandle.h
diff options
context:
space:
mode:
authormadmaxoft <github@xoft.cz>2013-09-06 00:04:49 +0200
committermadmaxoft <github@xoft.cz>2013-09-06 00:04:49 +0200
commit67e8f7531809f48bad7dd92bc6f28f63bd7cbd21 (patch)
tree15ca13bfe3ebfab54b826c3340b2b6d94fcff572 /source/ClientHandle.h
parentMoved daylight burning directly into cMonster. (diff)
downloadcuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.gz
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.bz2
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.lz
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.xz
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.tar.zst
cuberite-67e8f7531809f48bad7dd92bc6f28f63bd7cbd21.zip
Diffstat (limited to 'source/ClientHandle.h')
-rw-r--r--source/ClientHandle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/ClientHandle.h b/source/ClientHandle.h
index 761cf25fe..9a2092361 100644
--- a/source/ClientHandle.h
+++ b/source/ClientHandle.h
@@ -177,6 +177,7 @@ public:
void HandleRespawn (void);
void HandleRightClick (int a_BlockX, int a_BlockY, int a_BlockZ, char a_BlockFace, int a_CursorX, int a_CursorY, int a_CursorZ, const cItem & a_HeldItem);
void HandleSlotSelected (short a_SlotNum);
+ void HandleSteerVehicle (float Forward, float Sideways);
void HandleTabCompletion (const AString & a_Text);
void HandleUpdateSign (
int a_BlockX, int a_BlockY, int a_BlockZ,