#include "svc_hltv.h" #include namespace NetHandlers { bool SVC_HLTV_BitRead_Internal(BitRead& bitbuf, SourceGameContext& context, NetMsg::SVC_HLTV* data) { assert(false); return true; } }