summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-08-30 15:53:38 +0300
committerAndrei Karas <akaras@inbox.ru>2015-08-30 15:53:38 +0300
commita50b0441ca5197f58823f2e47e74700c653fcb9c (patch)
treef7c3d5e775105c366329fcafc63fb7a5889923b7 /src/CMakeLists.txt
parentbff3a68b9f8984f0e8c1c530a26927b33b5afad1 (diff)
downloadplus-a50b0441ca5197f58823f2e47e74700c653fcb9c.tar.gz
plus-a50b0441ca5197f58823f2e47e74700c653fcb9c.tar.bz2
plus-a50b0441ca5197f58823f2e47e74700c653fcb9c.tar.xz
plus-a50b0441ca5197f58823f2e47e74700c653fcb9c.zip
Move receive code from roulettehandler into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index e85b76512..e263d55ff 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1698,6 +1698,8 @@ SET(SRCS_EATHENA
net/eathena/questrecv.h
net/eathena/roulettehandler.cpp
net/eathena/roulettehandler.h
+ net/eathena/rouletterecv.cpp
+ net/eathena/rouletterecv.h
net/eathena/searchstorehandler.cpp
net/eathena/searchstorehandler.h
net/eathena/serverfeatures.cpp