diff options
author | madmaxoft <github@xoft.cz> | 2013-09-06 00:04:49 +0200 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-09-06 00:04:49 +0200 |
commit | 67e8f7531809f48bad7dd92bc6f28f63bd7cbd21 (patch) | |
tree | 15ca13bfe3ebfab54b826c3340b2b6d94fcff572 /source/ClientHandle.h | |
parent | Moved daylight burning directly into cMonster. (diff) | |
download | cuberite-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 '')
-rw-r--r-- | source/ClientHandle.h | 1 |
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, |