mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-03 08:26:01 +00:00
add missing include
This commit is contained in:
parent
e08a4de6db
commit
12711d77c7
@ -15,7 +15,8 @@ extern int ping;
|
|||||||
|
|
||||||
extern bool ModWarningConfirmed;
|
extern bool ModWarningConfirmed;
|
||||||
|
|
||||||
extern int LSocket,CSocket;
|
#include <windows.h>
|
||||||
|
extern SOCKET LSocket,CSocket;
|
||||||
|
|
||||||
[[noreturn]] void CoreNetwork();
|
[[noreturn]] void CoreNetwork();
|
||||||
extern int ProxyPort;
|
extern int ProxyPort;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user