diff options
author | Mattes D <github@xoft.cz> | 2013-09-22 21:31:53 +0200 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2013-09-22 21:31:53 +0200 |
commit | 63c627f68fbfe7b97fb04f0a40b44423cd12c366 (patch) | |
tree | 3f52eb0bc26015e90492d4cabdb3150984fb94b3 /source/Blocks/BlockRedstoneRepeater.h | |
parent | Added a simple valgrind script for easier testing. (diff) | |
parent | Removed some unneeded includes (diff) | |
download | cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.gz cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.bz2 cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.lz cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.xz cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.tar.zst cuberite-63c627f68fbfe7b97fb04f0a40b44423cd12c366.zip |
Diffstat (limited to 'source/Blocks/BlockRedstoneRepeater.h')
-rw-r--r-- | source/Blocks/BlockRedstoneRepeater.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/Blocks/BlockRedstoneRepeater.h b/source/Blocks/BlockRedstoneRepeater.h index 21f227332..958841a34 100644 --- a/source/Blocks/BlockRedstoneRepeater.h +++ b/source/Blocks/BlockRedstoneRepeater.h @@ -2,7 +2,6 @@ #pragma once #include "BlockHandler.h" -#include "../World.h" @@ -15,7 +14,6 @@ public: cBlockRedstoneRepeaterHandler(BLOCKTYPE a_BlockType); virtual void OnDestroyed(cWorld * a_World, int a_BlockX, int a_BlockY, int a_BlockZ) override; - virtual void OnDigging(cWorld * a_World, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ) override; virtual void OnUse(cWorld * a_World, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, char a_BlockFace, int a_CursorX, int a_CursorY, int a_CursorZ) override; |