diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-08 14:48:08 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-08 14:48:08 +0300 |
commit | cda421c4c58e32f88d87641e0195a55a8f212757 (patch) | |
tree | 0ed67b9949b994ad3b3bf50dfcb88a120a8a042f /src/CMakeLists.txt | |
parent | efa3bc8c346aea723b8b02ea1f27d7d3e41ff134 (diff) | |
download | plus-cda421c4c58e32f88d87641e0195a55a8f212757.tar.gz plus-cda421c4c58e32f88d87641e0195a55a8f212757.tar.bz2 plus-cda421c4c58e32f88d87641e0195a55a8f212757.tar.xz plus-cda421c4c58e32f88d87641e0195a55a8f212757.zip |
move direct SDL_net calls to proxy file sdltcpnet.
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 5367c8720..94bceed81 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -401,6 +401,8 @@ SET(SRCS net/net.h net/partyhandler.h net/playerhandler.h + net/sdltcpnet.cpp + net/sdltcpnet.h net/serverinfo.h net/skillhandler.h net/tradehandler.h |