diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-06-29 14:12:56 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-06-29 14:14:16 +0300 |
commit | 79ce2bbf16855460051a183c4740e94706b7a07b (patch) | |
tree | 98d4ce482160d17d5529f392ae8d3eb9f8cb1eb2 /src/CMakeLists.txt | |
parent | 436088e97ae3ee8bcfd0530139579fc62271bbc5 (diff) | |
download | plus-79ce2bbf16855460051a183c4740e94706b7a07b.tar.gz plus-79ce2bbf16855460051a183c4740e94706b7a07b.tar.bz2 plus-79ce2bbf16855460051a183c4740e94706b7a07b.tar.xz plus-79ce2bbf16855460051a183c4740e94706b7a07b.zip |
Move blockmask.h into enums directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 4535fa97a..ca774fd11 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -940,7 +940,7 @@ SET(SRCS logger.h main.cpp main.h - resources/map/blockmask.h + enums/resources/map/blockmask.h resources/map/blocktype.h resources/map/location.h resources/map/map.cpp |