From 6e2a02c73e54648c7eefe2cb8cfc99a285fed868 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 7 Sep 2015 19:26:12 +0300 Subject: Split protocol.h into protocolin.h and protocolout.h --- src/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/CMakeLists.txt') diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 419a070ad..38e1ba83c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1480,7 +1480,8 @@ SET(SRCS_TMWA net/tmwa/playerhandler.h net/tmwa/playerrecv.cpp net/tmwa/playerrecv.h - net/tmwa/protocol.h + net/tmwa/protocolin.h + net/tmwa/protocolout.h net/tmwa/questhandler.cpp net/tmwa/questhandler.h net/tmwa/questrecv.cpp @@ -1703,7 +1704,8 @@ SET(SRCS_EATHENA net/eathena/playerhandler.h net/eathena/playerrecv.cpp net/eathena/playerrecv.h - net/eathena/protocol.h + net/eathena/protocolin.h + net/eathena/protocolout.h net/eathena/questhandler.cpp net/eathena/questhandler.h net/eathena/questrecv.cpp -- cgit v1.2.3-70-g09d2