diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:00:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 14:00:54 +0300 |
commit | dcac10d557a1e6e0b5854a1400d02fe106d5c027 (patch) | |
tree | 17a6c07f76f899faeb0d73c0ed8e7c047ce55e9a /src/resources/map/location.h | |
parent | 51627b2d480b39025be709fb98210c8388add513 (diff) | |
download | plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.tar.gz plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.tar.bz2 plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.tar.xz plus-dcac10d557a1e6e0b5854a1400d02fe106d5c027.zip |
Move metatile into separate file.
Diffstat (limited to 'src/resources/map/location.h')
-rw-r--r-- | src/resources/map/location.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/map/location.h b/src/resources/map/location.h index 86726c485..6718f5c24 100644 --- a/src/resources/map/location.h +++ b/src/resources/map/location.h @@ -23,7 +23,7 @@ #ifndef RESOURCES_MAP_LOCATION #define RESOURCES_MAP_LOCATION -#include "resources/map/map.h" +#include "resources/map/metatile.h" #include "localconsts.h" |