toxon
/
ToxEcho
Archived
1
0
Fork 0

Add Tox iteration

This commit is contained in:
Braiden Vasco 2015-07-25 23:16:43 +05:00
parent 388700577e
commit 931cc70f1c
1 changed files with 1 additions and 0 deletions

1
main.c
View File

@ -82,6 +82,7 @@ int main()
}
while (true) {
tox_iterate(tox);
}
tox_kill(tox);