mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-07-01 15:36:10 +00:00
7 lines
135 B
C++
7 lines
135 B
C++
#pragma once
|
|
|
|
#include <asio.hpp>
|
|
#include <vector>
|
|
|
|
void ReceiveFromGame(asio::ip::tcp::socket& socket, std::vector<char>& out_data);
|