From 1a7912744ff2e0abfeae0d2d75af80d73209580c Mon Sep 17 00:00:00 2001 From: madmaxoft Date: Mon, 19 Aug 2013 11:39:13 +0200 Subject: Moved entities into the Entities subfolder. --- source/UI/Window.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/UI/Window.cpp') diff --git a/source/UI/Window.cpp b/source/UI/Window.cpp index 786ae6ed1..2794abe22 100644 --- a/source/UI/Window.cpp +++ b/source/UI/Window.cpp @@ -5,8 +5,8 @@ #include "SlotArea.h" #include "../Item.h" #include "../ClientHandle.h" -#include "../Player.h" -#include "../Pickup.h" +#include "../Entities/Player.h" +#include "../Entities/Pickup.h" #include "../Inventory.h" #include "../Items/ItemHandler.h" #include "../BlockEntities/ChestEntity.h" -- cgit v1.2.3