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