diff options
Diffstat (limited to 'src/engine/client/friends.h')
| -rw-r--r-- | src/engine/client/friends.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/client/friends.h b/src/engine/client/friends.h index e046fc20..e3258ec2 100644 --- a/src/engine/client/friends.h +++ b/src/engine/client/friends.h @@ -22,7 +22,7 @@ public: int NumFriends() const { return m_NumFriends; } const CFriendInfo *GetFriend(int Index) const; - bool IsFriend(const char *pName, const char *pClan) const; + bool IsFriend(const char *pName, const char *pClan, bool PlayersOnly) const; void AddFriend(const char *pName, const char *pClan); void RemoveFriend(const char *pName, const char *pClan); |