mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-04-09 01:06:25 +00:00
Fix printing, make CI into unique_ptr (more)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#include "Network.h"
|
||||
#include <thread>
|
||||
ClientInterface* CI;
|
||||
#include <memory>
|
||||
std::unique_ptr<ClientInterface> CI;
|
||||
void NetMain(){
|
||||
std::thread TCP(TCPServerMain);
|
||||
TCP.detach();
|
||||
|
||||
Reference in New Issue
Block a user