diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-05-11 17:00:44 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-05-11 17:00:44 +0300 |
commit | 10cf17f8d83d2d925641f722acc004828dba3094 (patch) | |
tree | 46a746d5bfe79e067cd25a3caca476ecbafa0af5 /src/CMakeLists.txt | |
parent | 77bb74bd2d944be1a1dc719027dbf37ad088b828 (diff) | |
download | plus-10cf17f8d83d2d925641f722acc004828dba3094.tar.gz plus-10cf17f8d83d2d925641f722acc004828dba3094.tar.bz2 plus-10cf17f8d83d2d925641f722acc004828dba3094.tar.xz plus-10cf17f8d83d2d925641f722acc004828dba3094.zip |
Move blockmask into separate file.
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 f9e6b54c7..2aa6f5de7 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -704,6 +704,7 @@ SET(SRCS logger.h main.cpp main.h + resources/map/blockmask.h resources/map/blocktype.h resources/map/location.h resources/map/map.cpp |