demboyz/demboyz/netmessages/net_nop.cpp

11 lines
184 B
C++

#include "net_nop.h"
namespace NetHandlers
{
bool Net_NOP_BitRead_Internal(BitRead& bitbuf, SourceGameContext& context, NetMsg::Net_NOP* data)
{
return true;
}
}