diff options
author | Mattes D <github@xoft.cz> | 2016-11-18 20:00:04 +0100 |
---|---|---|
committer | Mattes D <github@xoft.cz> | 2016-11-18 20:00:04 +0100 |
commit | 0bffa2935854d1b1d0110a33707650cafe084af7 (patch) | |
tree | 2e102088f7f8c1bb4b398de9043cf36c4e42767a /src/UI | |
parent | Updated the Core. (diff) | |
download | cuberite-0bffa2935854d1b1d0110a33707650cafe084af7.tar cuberite-0bffa2935854d1b1d0110a33707650cafe084af7.tar.gz cuberite-0bffa2935854d1b1d0110a33707650cafe084af7.tar.bz2 cuberite-0bffa2935854d1b1d0110a33707650cafe084af7.tar.lz cuberite-0bffa2935854d1b1d0110a33707650cafe084af7.tar.xz cuberite-0bffa2935854d1b1d0110a33707650cafe084af7.tar.zst cuberite-0bffa2935854d1b1d0110a33707650cafe084af7.zip |
Diffstat (limited to '')
-rw-r--r-- | src/UI/BeaconWindow.cpp | 1 | ||||
-rw-r--r-- | src/UI/ChestWindow.cpp | 1 | ||||
-rw-r--r-- | src/UI/DropSpenserWindow.cpp | 1 | ||||
-rw-r--r-- | src/UI/HopperWindow.cpp | 1 | ||||
-rw-r--r-- | src/UI/SlotArea.cpp | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/src/UI/BeaconWindow.cpp b/src/UI/BeaconWindow.cpp index c1efa78ad..c32ace063 100644 --- a/src/UI/BeaconWindow.cpp +++ b/src/UI/BeaconWindow.cpp @@ -8,6 +8,7 @@ #include "SlotArea.h" #include "../BlockEntities/BeaconEntity.h" #include "../Entities/Player.h" +#include "../ClientHandle.h" diff --git a/src/UI/ChestWindow.cpp b/src/UI/ChestWindow.cpp index 8c9f33045..bc94ec8fd 100644 --- a/src/UI/ChestWindow.cpp +++ b/src/UI/ChestWindow.cpp @@ -7,6 +7,7 @@ #include "ChestWindow.h" #include "../BlockEntities/ChestEntity.h" #include "../Entities/Player.h" +#include "SlotArea.h" diff --git a/src/UI/DropSpenserWindow.cpp b/src/UI/DropSpenserWindow.cpp index 121836e40..1ddeae842 100644 --- a/src/UI/DropSpenserWindow.cpp +++ b/src/UI/DropSpenserWindow.cpp @@ -5,6 +5,7 @@ #include "Globals.h" #include "DropSpenserWindow.h" +#include "SlotArea.h" diff --git a/src/UI/HopperWindow.cpp b/src/UI/HopperWindow.cpp index 79f0767e8..d2b098e6b 100644 --- a/src/UI/HopperWindow.cpp +++ b/src/UI/HopperWindow.cpp @@ -7,6 +7,7 @@ #include "../BlockEntities/HopperEntity.h" #include "HopperWindow.h" #include "../BlockEntities/DropperEntity.h" +#include "SlotArea.h" diff --git a/src/UI/SlotArea.cpp b/src/UI/SlotArea.cpp index 8878bb900..52b849784 100644 --- a/src/UI/SlotArea.cpp +++ b/src/UI/SlotArea.cpp @@ -21,6 +21,7 @@ #include "../FastRandom.h" #include "../BlockArea.h" #include "../EffectID.h" +#include "../ClientHandle.h" |