Donetsk/hook_lib/net_chan.cpp

7 lines
205 B
C++
Raw Normal View History

2023-10-24 10:16:45 -04:00
#include "net_chan.h"
#include "game_inc.h"
bool NET_OutOfBandData_Detour(int sock, netadr_t* adr, const unsigned __int8* format, int len)
{
return net_outofbanddata.stub<bool>(sock, adr, format, len);
}