improved server

This commit is contained in:
2025-07-14 14:59:41 +03:00
parent a9c28b8940
commit 3e27fb1bd4
20 changed files with 400 additions and 97 deletions

View File

@@ -3,7 +3,13 @@
#include "platform.h"
#include "steam/isteamnetworkingsockets.h"
#ifdef __linux__
#include "arpa/inet.h"
#endif
#ifdef __WIN32__
#include "winsock2.h"
#include "ws2tcpip.h"
#endif
PLATFORM_INTERFACE void Net_Init();