From 517e8c2753f4bcc7d2788a28d663cd79edec6c59 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 14 Dec 2015 20:13:31 +0300 Subject: Move mapconsts.h into const directory. --- src/being/actorsprite.h | 4 ++-- src/being/compoundsprite.cpp | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'src/being') diff --git a/src/being/actorsprite.h b/src/being/actorsprite.h index 7d86742d8..0560f2d43 100644 --- a/src/being/actorsprite.h +++ b/src/being/actorsprite.h @@ -22,11 +22,11 @@ #ifndef BEING_ACTORSPRITE_H #define BEING_ACTORSPRITE_H -#include "resources/map/mapconsts.h" - #include "being/actor.h" #include "being/compoundsprite.h" +#include "const/resources/map/map.h" + #include "enums/being/actortype.h" #include "enums/being/targetcursorsize.h" #include "enums/being/targetcursortype.h" diff --git a/src/being/compoundsprite.cpp b/src/being/compoundsprite.cpp index 98313cc15..3d01273bd 100644 --- a/src/being/compoundsprite.cpp +++ b/src/being/compoundsprite.cpp @@ -32,8 +32,9 @@ #include "being/compounditem.h" +#include "const/resources/map/map.h" + #include "resources/map/map.h" -#include "resources/map/mapconsts.h" #include "render/surfacegraphics.h" -- cgit v1.2.3-70-g09d2