summaryrefslogtreecommitdiffstats
path: root/source/cClientHandle.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/cClientHandle.h')
-rw-r--r--source/cClientHandle.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/cClientHandle.h b/source/cClientHandle.h
index ae2bea6c5..0dc0c2fd9 100644
--- a/source/cClientHandle.h
+++ b/source/cClientHandle.h
@@ -113,6 +113,7 @@ public:
void SendPickupSpawn(const cPickup & a_Pickup);
void SendSpawnMob (const cMonster & a_Mob);
void SendUpdateSign (int a_BlockX, int a_BlockY, int a_BlockZ, const AString & a_Line1, const AString & a_Line2, const AString & a_Line3, const AString & a_Line4);
+ void SendCollectPickup(const cPickup & a_Pickup, const cPlayer & a_Player);
const AString & GetUsername(void) const; //tolua_export