diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 19:38:47 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-04 19:38:47 +0300 |
commit | 60745b8038b18d4b7b7198a03547676b92988426 (patch) | |
tree | 93170d1fe52baa08a640ddb56629424c698cc53b /src/CMakeLists.txt | |
parent | b844884ba160f7a0204382cbbce4c98ecae1139b (diff) | |
download | plus-60745b8038b18d4b7b7198a03547676b92988426.tar.gz plus-60745b8038b18d4b7b7198a03547676b92988426.tar.bz2 plus-60745b8038b18d4b7b7198a03547676b92988426.tar.xz plus-60745b8038b18d4b7b7198a03547676b92988426.zip |
Move maplayerposition into enums directory.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 74e4150ab..3d0eb0af0 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -688,6 +688,7 @@ SET(SRCS resources/db/moddb.h resources/mapinfo.h enums/resources/map/mapitemtype.h + enums/resources/map/maplayerposition.h resources/mapreader.cpp resources/mapreader.h resources/memorycounter.cpp |