mirror of
https://github.com/TokTok/c-toxcore
synced 2026-08-29 07:38:24 +00:00
Also, no longer #include the group code into tox.c. Instead, compile it separately in tox_group.c. This is a bit less surprising to someone looking around the code. Having some implementations in a .h file is certainly a bit surprising to a disciplined C programmer, especially when there is no technical reason to do it.