diff options
| author | Alexander Gavrilov | 2012-08-19 09:31:09 +0400 |
|---|---|---|
| committer | Alexander Gavrilov | 2012-08-19 09:31:09 +0400 |
| commit | b8ee52131bccd174f06c9124980bbcb8df7c80e4 (patch) | |
| tree | a6a665c6d454f9a9d2610bba9f05b8571dc513d9 /library/CMakeLists.txt | |
| parent | fd0bf2ef929d3bc98570012b21e6e603c570a8f6 (diff) | |
| download | dfhack-b8ee52131bccd174f06c9124980bbcb8df7c80e4.tar.gz dfhack-b8ee52131bccd174f06c9124980bbcb8df7c80e4.tar.bz2 dfhack-b8ee52131bccd174f06c9124980bbcb8df7c80e4.tar.xz | |
Add a module for painting tiles into the gps global.
Diffstat (limited to 'library/CMakeLists.txt')
| -rw-r--r-- | library/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index cd3d52c8..109a97e7 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt @@ -119,6 +119,7 @@ include/modules/Maps.h include/modules/MapCache.h include/modules/Materials.h include/modules/Notes.h +include/modules/Screen.h include/modules/Translation.h include/modules/Vegetation.h include/modules/Vermin.h @@ -139,6 +140,7 @@ modules/kitchen.cpp modules/Maps.cpp modules/Materials.cpp modules/Notes.cpp +modules/Screen.cpp modules/Translation.cpp modules/Vegetation.cpp modules/Vermin.cpp |
