summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-05 16:09:55 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2006-11-05 16:09:55 +0000
commit144b5224b6b96cee799dd0e0f276620ddcca7698 (patch)
treed6a8a86d0dbbe7a57807e4aa88585282137ecf41 /src/CMakeLists.txt
parenteaf08e0a0d6dd64102a4a2f496810728ce69ec7d (diff)
downloadMana-144b5224b6b96cee799dd0e0f276620ddcca7698.tar.gz
Mana-144b5224b6b96cee799dd0e0f276620ddcca7698.tar.bz2
Mana-144b5224b6b96cee799dd0e0f276620ddcca7698.tar.xz
Mana-144b5224b6b96cee799dd0e0f276620ddcca7698.zip
Fixed money field to no longer hide below the bottom of the window.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3e4550c7..009f4fc3 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -129,6 +129,8 @@ SET(SRCS
gui/setup_video.h
gui/shop.cpp
gui/shop.h
+ gui/shoplistbox.cpp
+ gui/shoplistbox.h
gui/skill.cpp
gui/skill.h
gui/slider.cpp