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/CMakeLists.txt | |
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/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index b210ba6d..a3356fd2 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -89,6 +89,8 @@ SET(SRCS 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 |