diff options
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 9cf1a3326..0f1daa72c 100644 --- a/source/ClientHandle.h +++ b/source/ClientHandle.h @@ -97,6 +97,7 @@ public: void SendCollectPickup (const cPickup & a_Pickup, const cPlayer & a_Player); void SendDestroyEntity (const cEntity & a_Entity); void SendDisconnect (const AString & a_Reason); + void SendEditSign (int a_BlockX, int a_BlockY, int a_BlockZ); void SendEntityEquipment (const cEntity & a_Entity, short a_SlotNum, const cItem & a_Item); void SendEntityHeadLook (const cEntity & a_Entity); void SendEntityLook (const cEntity & a_Entity); |