diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-08-31 00:47:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-09-06 01:18:53 +0300 |
commit | cc3d97678e50c3e49bc6779ab8fc656e1bc2015e (patch) | |
tree | 8cacb250116e570142ceace0ebf92a5b90e30be0 /src/CMakeLists.txt | |
parent | bb6d74a60d858bb4ea0b7ad853cc4b441fa478d3 (diff) | |
download | plus-cc3d97678e50c3e49bc6779ab8fc656e1bc2015e.tar.gz plus-cc3d97678e50c3e49bc6779ab8fc656e1bc2015e.tar.bz2 plus-cc3d97678e50c3e49bc6779ab8fc656e1bc2015e.tar.xz plus-cc3d97678e50c3e49bc6779ab8fc656e1bc2015e.zip |
Move tmwa packets definition into separate file.
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 39e8d7c3a..16f20e6c3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -1297,6 +1297,7 @@ SET(SRCS_TMWA net/tmwa/network.h net/tmwa/npchandler.cpp net/tmwa/npchandler.h + net/tmwa/packets.h net/tmwa/partyhandler.cpp net/tmwa/partyhandler.h net/tmwa/pethandler.cpp |