From 41101dbd7f38c7e9898422c755b8eaf379f1d7c1 Mon Sep 17 00:00:00 2001 From: Björn Steinbrink Date: Thu, 29 Dec 2005 02:59:30 +0000 Subject: Added popup support to the Gui class. Moved all mouse input handling into the Gui class. --- src/net/protocol.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/net/protocol.h') diff --git a/src/net/protocol.h b/src/net/protocol.h index c6e118d4..8ac0f16d 100644 --- a/src/net/protocol.h +++ b/src/net/protocol.h @@ -24,6 +24,8 @@ #ifndef _TMW_PROTOCOL_ #define _TMW_PROTOCOL_ +#include + class Being; // Packets from server to client @@ -127,4 +129,10 @@ void attack(Being *target); /** Request action */ void action(char type, int id); +/** Talk to a being */ +void talk(Being *being); + +/** Pick up an item */ +void pickUp(Uint32 floorItemId); + #endif -- cgit v1.2.3-70-g09d2