diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-04-06 16:05:54 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-04-06 16:07:03 -0600 |
commit | 8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d (patch) | |
tree | 461c06a2e42fc54684bd61ef5ae9ff8cc83d8f07 /src/Makefile.am | |
parent | bbebd24b5561e9cd806dca8ccd6fe4b4dcb1301d (diff) | |
download | mana-8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d.tar.gz mana-8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d.tar.bz2 mana-8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d.tar.xz mana-8209e4672c5e11e5d7bbfb1fcfb081eda1763a6d.zip |
Implement TMWServ's CharHandler
Also cleanup character creation, which isn't functional at the moment.
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 7080bcf0..ec767317 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -37,6 +37,8 @@ tmw_SOURCES = gui/widgets/avatar.cpp \ gui/buysell.h \ gui/char_select.cpp \ gui/char_select.h \ + gui/charcreatedialog.cpp \ + gui/charcreatedialog.h \ gui/chat.cpp \ gui/chat.h \ gui/chatinput.cpp \ |