Add Tox iteration
This commit is contained in:
parent
388700577e
commit
931cc70f1c
1 changed files with 1 additions and 0 deletions
1
main.c
1
main.c
|
@ -82,6 +82,7 @@ int main()
|
|||
}
|
||||
|
||||
while (true) {
|
||||
tox_iterate(tox);
|
||||
}
|
||||
|
||||
tox_kill(tox);
|
||||
|
|
Reference in a new issue