diff options
Diffstat (limited to 'src/net/tmwa/friendshandler.h')
-rw-r--r-- | src/net/tmwa/friendshandler.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/tmwa/friendshandler.h b/src/net/tmwa/friendshandler.h index 96cd4db91..232c8153a 100644 --- a/src/net/tmwa/friendshandler.h +++ b/src/net/tmwa/friendshandler.h @@ -42,6 +42,9 @@ class FriendsHandler final : public MessageHandler, void inviteResponse(const int accountId, const int charId, const bool accept) const override final; + + void remove(const int accountId, + const int charId) const override final; }; } // namespace TmwAthena |