diff options
author | Aaron Marks <nymacro@gmail.com> | 2005-06-03 03:15:37 +0000 |
---|---|---|
committer | Aaron Marks <nymacro@gmail.com> | 2005-06-03 03:15:37 +0000 |
commit | f4bab20b13d4b11522171b21b35d26ee43727206 (patch) | |
tree | 86ac021f074599f6d44779ba0a9656543d098cd9 /src/Makefile.am | |
parent | d7414de0f52f45b0b05d3ca99e85e31d17669e65 (diff) | |
download | mana-f4bab20b13d4b11522171b21b35d26ee43727206.tar.gz mana-f4bab20b13d4b11522171b21b35d26ee43727206.tar.bz2 mana-f4bab20b13d4b11522171b21b35d26ee43727206.tar.xz mana-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.am | 2 |
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 \ |