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/Inventory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Inventory.cpp') diff --git a/source/Inventory.cpp b/source/Inventory.cpp index 74294e80e..c104db4c7 100644 --- a/source/Inventory.cpp +++ b/source/Inventory.cpp @@ -2,7 +2,7 @@ #include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules #include "Inventory.h" -#include "Player.h" +#include "Entities/Player.h" #include "ClientHandle.h" #include "UI/Window.h" #include "Item.h" -- cgit v1.2.3