diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-27 19:58:59 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-27 19:58:59 +0300 |
commit | 2dbb62e760853f88a19e6e783870de156d52f8c6 (patch) | |
tree | 45bdc2d1de608a9f6580bd183c515f4282dcdfc7 /src/CMakeLists.txt | |
parent | a23b30e3a3051393c8abd309be7376daf699a527 (diff) | |
download | plus-2dbb62e760853f88a19e6e783870de156d52f8c6.tar.gz plus-2dbb62e760853f88a19e6e783870de156d52f8c6.tar.bz2 plus-2dbb62e760853f88a19e6e783870de156d52f8c6.tar.xz plus-2dbb62e760853f88a19e6e783870de156d52f8c6.zip |
Move receive code from mercenaryhandler 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 1f6f2df89..b1a74e79a 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1652,6 +1652,8 @@ SET(SRCS_EATHENA net/eathena/menutype.h net/eathena/mercenaryhandler.cpp net/eathena/mercenaryhandler.h + net/eathena/mercenaryrecv.cpp + net/eathena/mercenaryrecv.h net/eathena/messagehandler.cpp net/eathena/messagehandler.h net/eathena/messagein.cpp |