mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2026-06-22 08:31:07 +00:00
use RecvWaitAll outside of VehicleEvent.cpp as well
This commit is contained in:
@@ -56,3 +56,4 @@ void UDPClientMain(const std::string& IP, int Port);
|
||||
void TCPGameServer(const std::string& IP, int Port);
|
||||
bool SecurityWarning();
|
||||
void CoreSend(std::string data);
|
||||
int RecvWaitAll(int sockfd, char *buf, int len);
|
||||
|
||||
Reference in New Issue
Block a user