We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b047a2 commit 84e8276Copy full SHA for 84e8276
public/irecipientfilter.h
@@ -11,6 +11,7 @@
11
#pragma once
12
#endif
13
14
+#include "const.h"
15
#include "eiface.h"
16
#include "inetchannel.h"
17
@@ -25,7 +26,7 @@ class IRecipientFilter
25
26
virtual NetChannelBufType_t GetNetworkBufType( void ) const = 0;
27
virtual bool IsInitMessage( void ) const = 0;
28
- virtual const CBitVec<64> &GetRecipients( void ) const = 0;
29
+ virtual const CPlayerBitVec &GetRecipients( void ) const = 0;
30
};
31
32
#endif // IRECIPIENTFILTER_H
0 commit comments