Donetsk/hook_lib/net_chan.h
2023-10-24 16:16:45 +02:00

5 lines
175 B
C

#pragma once
#include "Main.hpp"
inline utils::hook::detour net_outofbanddata;
bool NET_OutOfBandData_Detour(int sock, netadr_t* adr, const unsigned __int8* format, int len);