mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
add source-sdk-2013
This commit is contained in:
@@ -46,7 +46,7 @@ public:
|
||||
void AddRecipientsByPVS( const Vector& origin );
|
||||
void RemoveRecipientsByPVS( const Vector& origin );
|
||||
void AddRecipientsByPAS( const Vector& origin );
|
||||
void AddRecipient( const CBasePlayer *player );
|
||||
void AddRecipient( CBasePlayer *player );
|
||||
void RemoveAllRecipients( void );
|
||||
void RemoveRecipient( CBasePlayer *player );
|
||||
void RemoveRecipientByPlayerIndex( int playerindex );
|
||||
@@ -82,7 +82,7 @@ private:
|
||||
class CSingleUserRecipientFilter : public CRecipientFilter
|
||||
{
|
||||
public:
|
||||
CSingleUserRecipientFilter( const CBasePlayer *player )
|
||||
CSingleUserRecipientFilter( CBasePlayer *player )
|
||||
{
|
||||
AddRecipient( player );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user