diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-08-30 15:11:45 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-30 15:11:45 +0300 |
commit | 7c8e0e0454f2e9acfde62faf669a1628e3935a58 (patch) | |
tree | 5beb7c7506fcea774c2102a16a1886e923ad0891 /src/Makefile.am | |
parent | a0157bd0f1909af5758adc32370125bdb76ccc5a (diff) | |
download | plus-7c8e0e0454f2e9acfde62faf669a1628e3935a58.tar.gz plus-7c8e0e0454f2e9acfde62faf669a1628e3935a58.tar.bz2 plus-7c8e0e0454f2e9acfde62faf669a1628e3935a58.tar.xz plus-7c8e0e0454f2e9acfde62faf669a1628e3935a58.zip |
Move receive code from playerhandler into separate file.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 350087d44..80a877368 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1235,6 +1235,8 @@ manaplus_SOURCES += main.cpp \ net/ea/partyrecv.h \ net/ea/playerhandler.cpp \ net/ea/playerhandler.h \ + net/ea/playerrecv.cpp \ + net/ea/playerrecv.h \ net/ea/skillhandler.cpp \ net/ea/skillhandler.h \ net/ea/token.h \ @@ -1311,6 +1313,8 @@ manaplus_SOURCES += \ net/tmwa/pethandler.h \ net/tmwa/playerhandler.cpp \ net/tmwa/playerhandler.h \ + net/tmwa/playerrecv.cpp \ + net/tmwa/playerrecv.h \ net/tmwa/protocol.h \ net/tmwa/questhandler.cpp \ net/tmwa/questhandler.h \ @@ -1529,6 +1533,8 @@ manaplus_SOURCES += gui/windows/bankwindow.cpp \ net/eathena/petrecv.h \ net/eathena/playerhandler.cpp \ net/eathena/playerhandler.h \ + net/eathena/playerrecv.cpp \ + net/eathena/playerrecv.h \ net/eathena/protocol.h \ net/eathena/questhandler.cpp \ net/eathena/questhandler.h \ |