diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-10-04 19:06:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-10-04 19:06:59 +0300 |
commit | b844884ba160f7a0204382cbbce4c98ecae1139b (patch) | |
tree | 6cc2e3a3c539a45563cf0986791817f5f44de3a0 /src/CMakeLists.txt | |
parent | 0a731a66a23061f24f83ce093f8d516497c17144 (diff) | |
download | plus-b844884ba160f7a0204382cbbce4c98ecae1139b.tar.gz plus-b844884ba160f7a0204382cbbce4c98ecae1139b.tar.bz2 plus-b844884ba160f7a0204382cbbce4c98ecae1139b.tar.xz plus-b844884ba160f7a0204382cbbce4c98ecae1139b.zip |
Move collisiontype 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 3e83dd3fd..74e4150ab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1091,6 +1091,7 @@ SET(SRCS maingui.h enums/resources/map/blockmask.h enums/resources/map/blocktype.h + enums/resources/map/collisiontype.h enums/resources/skill/casttype.h resources/map/location.h resources/map/map.cpp |