Go to the documentation of this file.
37 #define INVALID_SOCKET (SOCKET)(~0)
40 #define _WINSOCK2API_ // winsock2.h include guard
48 #include <enet/enet.h>
50 #if defined(ENET_VERSION_MAJOR) && !(ENET_VERSION_MAJOR > 1 || ENET_VERSION_MINOR > 2)
51 #error The game currently requires ENet 1.3.x. You are using an older version, which\
52 has an incompatible API and network protocol. Please switch to a newer version.
55 #endif // #ifndef INCLUDED_ENET