From f300ed54e5f53ed9e417d88eb63fd38e1979bacf Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Fri, 6 Sep 2013 00:04:49 +0200 Subject: Implemented SteerVehicle packet. --- source/ClientHandle.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/ClientHandle.h') 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, -- cgit v1.2.3