BeamMP-Launcher/include/NetworkHelpers.h
Lion Kortlepel f65fbf60fe
start implementing ipv6 support, of course it all sucks
so time to rewrite 90% of it fucking kill me
2024-07-12 21:04:28 +02:00

7 lines
135 B
C++

#pragma once
#include <asio.hpp>
#include <vector>
void ReceiveFromGame(asio::ip::tcp::socket& socket, std::vector<char>& out_data);