mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-04 06:46:23 +00:00
V0.6
rewrite
This commit is contained in:
8
src/Network/NetMain.cpp
Normal file
8
src/Network/NetMain.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "Network.h"
|
||||
#include <thread>
|
||||
ClientInterface* CI;
|
||||
void NetMain(){
|
||||
std::thread TCP(TCPServerMain);
|
||||
TCP.detach();
|
||||
UDPServerMain();
|
||||
}
|
||||
Reference in New Issue
Block a user