/************************************************************************/ /* BattlEye Client code */ /************************************************************************/ #include "../qcommon/qcommon.h" #ifdef BATTLEYE void CL_BE_Start(void) { } void CL_BE_NewIncomingPacket(void* buf, int len) { } #endif // BATTLEYE