move socket decls around

This commit is contained in:
Lion Kortlepel
2024-06-04 18:08:38 +02:00
parent 12711d77c7
commit 5714c3de76
2 changed files with 2 additions and 2 deletions

View File

@@ -15,8 +15,6 @@ extern int ping;
extern bool ModWarningConfirmed;
#include <windows.h>
extern SOCKET LSocket,CSocket;
[[noreturn]] void CoreNetwork();
extern int ProxyPort;