1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-03 18:07:53 +01:00

Move Network declaration into header and rename to NetworkBase

This commit is contained in:
Matt
2020-07-26 16:07:24 +02:00
parent bb1d81471d
commit 37f6a11a1f
4 changed files with 383 additions and 372 deletions

View File

@@ -22,6 +22,8 @@
#include <cmath>
#ifdef _WIN32
#pragma comment(lib, "Ws2_32.lib")
// winsock2 must be included before windows.h
#include <winsock2.h>
#include <ws2tcpip.h>