summaryrefslogtreecommitdiff
path: root/plugins/CMakeLists.txt
diff options
context:
space:
mode:
authorPetr Mrázek2012-03-11 22:25:30 +0100
committerPetr Mrázek2012-03-11 22:25:30 +0100
commit3b87f7bd3ad0d948211865cb2608ba75c35514bb (patch)
tree7c14d85f10632495147fc05f987dfdae9fd8d594 /plugins/CMakeLists.txt
parent32cc4c892889110644ebfeb5e4a2e5859bd057cf (diff)
downloaddfhack-3b87f7bd3ad0d948211865cb2608ba75c35514bb.tar.gz
dfhack-3b87f7bd3ad0d948211865cb2608ba75c35514bb.tar.bz2
dfhack-3b87f7bd3ad0d948211865cb2608ba75c35514bb.tar.xz
Add revforget command, lair plugin
revforget throws away data reveal keeps in order to be able to hide the revealed parts of the map lair allows marking the map as monster lair (or the opposite while using the 'reset' option)
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 09c0b298..20964c21 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -80,6 +80,8 @@ if (BUILD_SUPPORTED)
DFHACK_PLUGIN(changevein changevein.cpp)
DFHACK_PLUGIN(advtools advtools.cpp)
DFHACK_PLUGIN(tweak tweak.cpp)
+ DFHACK_PLUGIN(lair lair.cpp)
+ # not yet. busy with other crud again...
#DFHACK_PLUGIN(versionosd versionosd.cpp)
endif()