#ifndef NET_INCL_H #define NET_INCL_H #ifndef UNICODE #define UNICODE #endif #define WIN32_LEAN_AND_MEAN #define NOMINMAX #include #include #include #include #include #include #include #include #include "OysterMath.h" using namespace Oyster::Math; //ws2_32.lib is a lib file the linker requires for winsock compilation #pragma comment(lib, "Ws2_32.lib") #endif