diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-01-07 15:22:44 +0000 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-01-18 14:10:43 -0700 |
commit | 8c79a56c0f3710e20888d1031f179dc98f37e0a4 (patch) | |
tree | 7051569ba28b217941cf39cf4776d1343b2c173f /src/Makefile.am | |
parent | 8446b826926ebbdb584cdfcd3dc5e4eb5bd142f1 (diff) | |
download | mana-8c79a56c0f3710e20888d1031f179dc98f37e0a4.tar.gz mana-8c79a56c0f3710e20888d1031f179dc98f37e0a4.tar.bz2 mana-8c79a56c0f3710e20888d1031f179dc98f37e0a4.tar.xz mana-8c79a56c0f3710e20888d1031f179dc98f37e0a4.zip |
Add dialogs to input text and numbers for scripts
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 9a3fa3b9..2bb11268 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -76,8 +76,12 @@ aethyra_SOURCES = gui/widgets/dropdown.cpp \ gui/minimap.h \ gui/ministatus.cpp \ gui/ministatus.h \ + gui/npcintegerdialog.cpp \ + gui/npcintegerdialog.h \ gui/npclistdialog.cpp \ gui/npclistdialog.h \ + gui/npcstringdialog.cpp \ + gui/npcstringdialog.h \ gui/npc_text.cpp \ gui/npc_text.h \ gui/ok_dialog.cpp \ |