diff options
author | Ira Rice <irarice@gmail.com> | 2009-01-15 22:01:00 -0700 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-15 22:01:00 -0700 |
commit | 600e10515e127d6393f0756cb72e5a63303557a2 (patch) | |
tree | 19afc618315e59e09355241ca2b8ae850dc89e6a /src/CMakeLists.txt | |
parent | 0a18932056e2a72f41cdd14c831344ad80cfb35b (diff) | |
download | mana-600e10515e127d6393f0756cb72e5a63303557a2.tar.gz mana-600e10515e127d6393f0756cb72e5a63303557a2.tar.bz2 mana-600e10515e127d6393f0756cb72e5a63303557a2.tar.xz mana-600e10515e127d6393f0756cb72e5a63303557a2.zip |
Integrated the ItemPopup class from Legends of Mazzeroth.
Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index dbdd64b6..43e5cb95 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -101,6 +101,8 @@ SET(SRCS gui/inventorywindow.h gui/itemcontainer.cpp gui/itemcontainer.h + gui/itempopup.cpp + gui/itempopup.h gui/itemshortcutcontainer.cpp gui/itemshortcutcontainer.h gui/itemshortcutwindow.cpp |