diff options
author | Dan Sagunov <danilka.pro@gmail.com> | 2013-11-01 19:57:05 +0400 |
---|---|---|
committer | Dan Sagunov <danilka.pro@gmail.com> | 2013-11-01 19:57:05 +0400 |
commit | d2d934547c5ade2dddd85b4dd065c2c803c9fcd9 (patch) | |
tree | 2cec412dfa40d45eac898b153c6c78cf26fdb4b9 /src/net/sdltcpnet.h | |
parent | 029818ba44703c5151f8d916284e307b05d08fa9 (diff) | |
download | plus-d2d934547c5ade2dddd85b4dd065c2c803c9fcd9.tar.gz plus-d2d934547c5ade2dddd85b4dd065c2c803c9fcd9.tar.bz2 plus-d2d934547c5ade2dddd85b4dd065c2c803c9fcd9.tar.xz plus-d2d934547c5ade2dddd85b4dd065c2c803c9fcd9.zip |
Remove nacltcpnet due to SDL_net support
Diffstat (limited to 'src/net/sdltcpnet.h')
-rw-r--r-- | src/net/sdltcpnet.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/net/sdltcpnet.h b/src/net/sdltcpnet.h index 04c80e71a..a61c218b8 100644 --- a/src/net/sdltcpnet.h +++ b/src/net/sdltcpnet.h @@ -21,8 +21,6 @@ #ifndef NET_SDLTCPNET_H #define NET_SDLTCPNET_H -#if !defined __native_client__ - #include <SDL_net.h> #include "localconsts.h" @@ -60,5 +58,4 @@ namespace TcpNet void freeSocketSet(const TcpNet::SocketSet set); } // namespace TcpNet -#endif // __native_client__ #endif // NET_SDLTCPNET_H |