diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-29 15:24:14 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-29 15:24:14 +0300 |
commit | 23a3e48c33b14cc0bda0eb3fda361961e8d6172c (patch) | |
tree | d53ddc9be34239d03f8fe3b29b86aea31e5caa80 /src/resources/map/map.cpp | |
parent | b0666acdae84d8b4e1f76cdf84191173c667bff4 (diff) | |
download | plus-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.tar.gz plus-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.tar.bz2 plus-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.tar.xz plus-23a3e48c33b14cc0bda0eb3fda361961e8d6172c.zip |
Move notifytypes.h into enums directory.
Diffstat (limited to 'src/resources/map/map.cpp')
-rw-r--r-- | src/resources/map/map.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/map/map.cpp b/src/resources/map/map.cpp index 19a6b3e08..8441252e2 100644 --- a/src/resources/map/map.cpp +++ b/src/resources/map/map.cpp @@ -37,13 +37,14 @@ #include "being/localplayer.h" +#include "enums/resources/notifytypes.h" + #include "gui/userpalette.h" #include "particle/particle.h" #include "resources/ambientlayer.h" #include "resources/mapitemtype.h" -#include "resources/notifytypes.h" #include "resources/resourcemanager.h" #include "resources/subimage.h" |