From d7447cdf9e4df3c345218886ab2bae0e0cc4fc55 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Fri, 1 Jun 2012 20:51:15 +0300 Subject: Implement sign using form field protocol --- src/client.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 72ab70abd..0ed3eea3b 100644 --- a/src/client.h +++ b/src/client.h @@ -210,11 +210,12 @@ public: void interact(u8 action, const PointedThing& pointed); - void sendSignNodeText(v3s16 p, std::string text); + void sendNodemetaFields(v3s16 p, const std::string &formname, + const std::map &fields); void sendInventoryAction(InventoryAction *a); void sendChatMessage(const std::wstring &message); void sendChangePassword(const std::wstring oldpassword, - const std::wstring newpassword); + const std::wstring newpassword); void sendDamage(u8 damage); void sendRespawn(); -- cgit v1.2.3