1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-19 20:16:10 +08:00

Use CPlayerBitVec for IRecipientFilter

This commit is contained in:
GAMMACASE
2025-08-05 11:40:52 +03:00
parent bc42683e30
commit 22084aed20

View File

@ -11,6 +11,7 @@
#pragma once
#endif
#include "const.h"
#include "eiface.h"
#include "inetchannel.h"
@ -25,7 +26,7 @@ public:
virtual NetChannelBufType_t GetNetworkBufType( void ) const = 0;
virtual bool IsInitMessage( void ) const = 0;
virtual const CBitVec<64> &GetRecipients( void ) const = 0;
virtual const CPlayerBitVec &GetRecipients( void ) const = 0;
};
#endif // IRECIPIENTFILTER_H