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/LuaWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/LuaWindow.cpp') diff --git a/source/LuaWindow.cpp b/source/LuaWindow.cpp index 7cfd60048..a0609f746 100644 --- a/source/LuaWindow.cpp +++ b/source/LuaWindow.cpp @@ -7,7 +7,7 @@ #include "LuaWindow.h" #include "UI/SlotArea.h" #include "PluginLua.h" -#include "Player.h" +#include "Entities/Player.h" #include "lauxlib.h" // Needed for LUA_REFNIL -- cgit v1.2.3