summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorAaron Marks <nymacro@gmail.com>2005-06-03 03:15:37 +0000
committerAaron Marks <nymacro@gmail.com>2005-06-03 03:15:37 +0000
commitf4bab20b13d4b11522171b21b35d26ee43727206 (patch)
tree86ac021f074599f6d44779ba0a9656543d098cd9 /src/Makefile.am
parentd7414de0f52f45b0b05d3ca99e85e31d17669e65 (diff)
downloadmana-client-f4bab20b13d4b11522171b21b35d26ee43727206.tar.gz
mana-client-f4bab20b13d4b11522171b21b35d26ee43727206.tar.bz2
mana-client-f4bab20b13d4b11522171b21b35d26ee43727206.tar.xz
mana-client-f4bab20b13d4b11522171b21b35d26ee43727206.zip
Added IntTextBox class (a TextBox which only accepts integers).
Changed passive label in drop item dialog to IntTextBox.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5b80a7d2..85878bbb 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -88,6 +88,8 @@ tmw_SOURCES = graphic/spriteset.cpp \
gui/window.h \
gui/windowcontainer.cpp \
gui/windowcontainer.h \
+ gui/inttextbox.h \
+ gui/inttextbox.cpp \
net/network.cpp \
net/network.h \
net/protocol.cpp \