summaryrefslogtreecommitdiffstats
path: root/source/cPlayer.h
diff options
context:
space:
mode:
authorlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-28 22:00:35 +0100
committerlapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-12-28 22:00:35 +0100
commitc6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66 (patch)
treef223c11d65a1b0983651c7a2644149219b5f3617 /source/cPlayer.h
parent - Fixed too fast actions kick for real (diff)
downloadcuberite-c6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66.tar
cuberite-c6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66.tar.gz
cuberite-c6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66.tar.bz2
cuberite-c6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66.tar.lz
cuberite-c6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66.tar.xz
cuberite-c6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66.tar.zst
cuberite-c6b4ee8c9fb597b6f87f4cb756f43d5548ab2d66.zip
Diffstat (limited to '')
-rw-r--r--source/cPlayer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cPlayer.h b/source/cPlayer.h
index b0d446434..9f7535d7c 100644
--- a/source/cPlayer.h
+++ b/source/cPlayer.h
@@ -81,6 +81,8 @@ public:
bool LoadFromDisk();
const char* GetLoadedWorldName();
+
+ void UseEquippedItem();
protected: