summaryrefslogtreecommitdiffstats
path: root/source/blocks/Block.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/blocks/Block.cpp')
-rw-r--r--source/blocks/Block.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/source/blocks/Block.cpp b/source/blocks/Block.cpp
index 215a6c618..6bd984d8d 100644
--- a/source/blocks/Block.cpp
+++ b/source/blocks/Block.cpp
@@ -222,7 +222,12 @@ void cBlockHandler::OnNeighborChanged(cWorld *a_World, int a_X, int a_Y, int a_Z
}
-void cBlockHandler::OnClick(cWorld *a_World, cPlayer *a_Player, int a_X, int a_Y, int a_Z)
+void cBlockHandler::OnDigging(cWorld *a_World, cPlayer *a_Player, int a_X, int a_Y, int a_Z)
+{
+
+}
+
+void cBlockHandler::OnUse(cWorld *a_World, cPlayer *a_Player, int a_X, int a_Y, int a_Z)
{
}