diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-24 17:16:48 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-24 17:16:48 +0300 |
commit | 699835e4664fd4e22d7178b40897e0fd4b366a93 (patch) | |
tree | 30ae84a635517b5eae5da6baa5ce03602d690664 /src/CMakeLists.txt | |
parent | af0c242bf6a09b0e45ddfd04214bcc76925debbb (diff) | |
download | plus-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.gz plus-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.bz2 plus-699835e4664fd4e22d7178b40897e0fd4b366a93.tar.xz plus-699835e4664fd4e22d7178b40897e0fd4b366a93.zip |
Move receive code from buyingstorehandler into separate file.
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 4439abada..f3619eaa9 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1542,6 +1542,8 @@ SET(SRCS_EATHENA net/eathena/beinghandler.h net/eathena/buyingstorehandler.cpp net/eathena/buyingstorehandler.h + net/eathena/buyingstorerecv.cpp + net/eathena/buyingstorerecv.h net/eathena/beingtype.h net/eathena/buysellhandler.cpp net/eathena/buysellhandler.h |