diff options
Diffstat (limited to 'src/engine/friends.h')
| -rw-r--r-- | src/engine/friends.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/friends.h b/src/engine/friends.h index 50e5ef1f..bf9df904 100644 --- a/src/engine/friends.h +++ b/src/engine/friends.h @@ -21,11 +21,11 @@ public: { MAX_FRIENDS=128, }; - + virtual void Init() = 0; - + virtual int NumFriends() const = 0; - virtual const CFriendInfo *GetFriend(int Index) const = 0; + virtual const CFriendInfo *GetFriend(int Index) const = 0; virtual bool IsFriend(const char *pName, const char *pClan, bool PlayersOnly) const = 0; virtual void AddFriend(const char *pName, const char *pClan) = 0; |