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