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/Mobs/Monster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/Mobs/Monster.h') diff --git a/source/Mobs/Monster.h b/source/Mobs/Monster.h index b821285a0..755678d39 100644 --- a/source/Mobs/Monster.h +++ b/source/Mobs/Monster.h @@ -1,7 +1,7 @@ #pragma once -#include "../Pawn.h" +#include "../Entities/Pawn.h" #include "../Defines.h" #include "../BlockID.h" #include "../Item.h" -- cgit v1.2.3