diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-28 01:20:28 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-28 01:20:28 +0300 |
commit | a3f4d0d6b1df660fdc83da07538dc3ea51641450 (patch) | |
tree | f139dc88e863a97e78a0d172a589003176d6ab55 /src/CMakeLists.txt | |
parent | 7e0a84fc2b7493670dc8167aafb83c3811272eb3 (diff) | |
download | plus-a3f4d0d6b1df660fdc83da07538dc3ea51641450.tar.gz plus-a3f4d0d6b1df660fdc83da07538dc3ea51641450.tar.bz2 plus-a3f4d0d6b1df660fdc83da07538dc3ea51641450.tar.xz plus-a3f4d0d6b1df660fdc83da07538dc3ea51641450.zip |
Move receive code from pethandler 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 9a1527cd6..2a6f85bda 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1679,6 +1679,8 @@ SET(SRCS_EATHENA net/eathena/partyrecv.h net/eathena/pethandler.cpp net/eathena/pethandler.h + net/eathena/petrecv.cpp + net/eathena/petrecv.h net/eathena/playerhandler.cpp net/eathena/playerhandler.h net/eathena/protocol.h |