diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-11 04:06:23 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-05-11 04:06:23 -0400 |
commit | 858fd8ce626d3f3c5ef3c4349612e520f07eff6a (patch) | |
tree | 26e0f11c614fc6a0a776d181924d4beb796859bc /components/friendslist.hpp | |
parent | 06ba3acc93ed57cb41e319eb5f7da06d15b72ec2 (diff) | |
download | abaddon-portaudio-858fd8ce626d3f3c5ef3c4349612e520f07eff6a.tar.gz abaddon-portaudio-858fd8ce626d3f3c5ef3c4349612e520f07eff6a.zip |
friends: accept incoming
Diffstat (limited to 'components/friendslist.hpp')
-rw-r--r-- | components/friendslist.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/friendslist.hpp b/components/friendslist.hpp index 5582e26..174055f 100644 --- a/components/friendslist.hpp +++ b/components/friendslist.hpp @@ -30,6 +30,7 @@ private: void OnRelationshipAdd(const RelationshipAddData &data); void OnRelationshipRemove(Snowflake id, RelationshipType type); + void OnActionAccept(Snowflake id); void OnActionRemove(Snowflake id); enum FilterMode { |