diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-03-05 15:10:20 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-03-05 15:10:20 +0100 |
commit | d4a5b16c52c41da59d2fe3405570653521e5d36e (patch) | |
tree | bbfa7b1b0d7101c9bdf98401c87164def39d4eb2 /src/Blocks/BlockDoor.h | |
parent | Fixed some gcc warnings in Defines.h. (diff) | |
download | cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.gz cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.bz2 cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.lz cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.xz cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.tar.zst cuberite-d4a5b16c52c41da59d2fe3405570653521e5d36e.zip |
Diffstat (limited to 'src/Blocks/BlockDoor.h')
-rw-r--r-- | src/Blocks/BlockDoor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Blocks/BlockDoor.h b/src/Blocks/BlockDoor.h index ef0dbb787..68be2c658 100644 --- a/src/Blocks/BlockDoor.h +++ b/src/Blocks/BlockDoor.h @@ -16,6 +16,7 @@ public: virtual void OnDestroyed(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, int a_BlockX, int a_BlockY, int a_BlockZ) override; virtual void OnUse(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace, int a_CursorX, int a_CursorY, int a_CursorZ) override; + virtual void OnCancelRightClick(cChunkInterface & a_ChunkInterface, cWorldInterface & a_WorldInterface, cPlayer * a_Player, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_BlockFace) override; virtual const char * GetStepSound(void) override; |