summaryrefslogtreecommitdiffstats
path: root/src/Blocks/WorldInterface.h
diff options
context:
space:
mode:
authorLukas Pioch <lukas@zgow.de>2017-08-07 09:08:27 +0200
committerTiger Wang <ziwei.tiger@outlook.com>2017-08-13 13:31:10 +0200
commit743a50014a4bae97d9745d336e0d393fa54ff6e4 (patch)
tree985c5d58df040600ef989e05eb53a0ccbe289c7c /src/Blocks/WorldInterface.h
parentUpdate TestLuaRocks.lua (#3903) (diff)
downloadcuberite-743a50014a4bae97d9745d336e0d393fa54ff6e4.tar
cuberite-743a50014a4bae97d9745d336e0d393fa54ff6e4.tar.gz
cuberite-743a50014a4bae97d9745d336e0d393fa54ff6e4.tar.bz2
cuberite-743a50014a4bae97d9745d336e0d393fa54ff6e4.tar.lz
cuberite-743a50014a4bae97d9745d336e0d393fa54ff6e4.tar.xz
cuberite-743a50014a4bae97d9745d336e0d393fa54ff6e4.tar.zst
cuberite-743a50014a4bae97d9745d336e0d393fa54ff6e4.zip
Diffstat (limited to 'src/Blocks/WorldInterface.h')
-rw-r--r--src/Blocks/WorldInterface.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/Blocks/WorldInterface.h b/src/Blocks/WorldInterface.h
index d471df6f1..d90a7d3d6 100644
--- a/src/Blocks/WorldInterface.h
+++ b/src/Blocks/WorldInterface.h
@@ -1,15 +1,17 @@
#pragma once
-#include "BroadcastInterface.h"
+
#include "../Mobs/MonsterTypes.h"
-class cItems;
typedef cItemCallback<cBlockEntity> cBlockEntityCallback;
+class cBroadcastInterface;
+class cItems;
+class cPlayer;
+
-class cPlayer;
class cWorldInterface