mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-02 16:06:35 +00:00
move socket decls around
This commit is contained in:
parent
12711d77c7
commit
5714c3de76
@ -15,8 +15,6 @@ extern int ping;
|
||||
|
||||
extern bool ModWarningConfirmed;
|
||||
|
||||
#include <windows.h>
|
||||
extern SOCKET LSocket,CSocket;
|
||||
|
||||
[[noreturn]] void CoreNetwork();
|
||||
extern int ProxyPort;
|
||||
|
@ -21,6 +21,8 @@
|
||||
#include <future>
|
||||
#include <cmath>
|
||||
|
||||
extern SOCKET LSocket,CSocket;
|
||||
|
||||
namespace fs = std::filesystem;
|
||||
std::string ListOfMods;
|
||||
std::vector<std::string> Split(const std::string& String,const std::string& delimiter){
|
||||
|
Loading…
x
Reference in New Issue
Block a user