diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-05-31 01:39:11 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-05-31 01:39:11 +0300 |
commit | 88ed8b935542a1e2590bdd79403ff4ee5c7f2a79 (patch) | |
tree | d6e5a95683d774fe564abed4990528a2de3568be /src/resources/map/maplayer.h | |
parent | a5766506d6e75ab1d2a4f06b77fddf6fdd65c64e (diff) | |
download | plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.gz plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.bz2 plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.tar.xz plus-88ed8b935542a1e2590bdd79403ff4ee5c7f2a79.zip |
Move maptype enum into enums directory.
Diffstat (limited to 'src/resources/map/maplayer.h')
-rw-r--r-- | src/resources/map/maplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/maplayer.h b/src/resources/map/maplayer.h index 25773ebb2..9b2617d32 100644 --- a/src/resources/map/maplayer.h +++ b/src/resources/map/maplayer.h @@ -27,7 +27,7 @@ #include "being/actor.h" -#include "resources/map/maptype.h" +#include "enums/resources/map/maptype.h" #include <vector> |