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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 5c519832..9a3fa3b9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -59,6 +59,8 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/inventorywindow.h \ gui/itemcontainer.cpp \ gui/itemcontainer.h \ + gui/itempopup.cpp \ + gui/itempopup.h \ gui/itemshortcutcontainer.cpp \ gui/itemshortcutcontainer.h \ gui/item_amount.cpp \ |