Skip to content

Commit

Permalink
feat: add ngc events
Browse files Browse the repository at this point in the history
  • Loading branch information
Green-Sky committed Dec 15, 2023
1 parent 15ee46d commit adbd5b3
Show file tree
Hide file tree
Showing 31 changed files with 6,185 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,24 @@ set(toxcore_SOURCES
toxcore/events/friend_status_message.c
toxcore/events/friend_typing.c
toxcore/events/self_connection_status.c
toxcore/events/group_custom_packet.c
toxcore/events/group_custom_private_packet.c
toxcore/events/group_invite.c
toxcore/events/group_join_fail.c
toxcore/events/group_message.c
toxcore/events/group_moderation.c
toxcore/events/group_password.c
toxcore/events/group_peer_exit.c
toxcore/events/group_peer_join.c
toxcore/events/group_peer_limit.c
toxcore/events/group_peer_name.c
toxcore/events/group_peer_status.c
toxcore/events/group_privacy_state.c
toxcore/events/group_private_message.c
toxcore/events/group_self_join.c
toxcore/events/group_topic.c
toxcore/events/group_topic_lock.c
toxcore/events/group_voice_state.c
toxcore/forwarding.c
toxcore/forwarding.h
toxcore/friend_connection.c
Expand Down
1 change: 1 addition & 0 deletions other/event_tooling/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
out/
Loading

0 comments on commit adbd5b3

Please sign in to comment.