More TODOs.

This commit is contained in:
Pietro Gagliardi 2019-04-30 02:32:44 -04:00
parent 965dec0157
commit 69000cda46
1 changed files with 2 additions and 0 deletions

View File

@ -127,6 +127,8 @@ void uiQuit(void);
TODO safety of calling `uiMain()` again after `uiQuit()`?
TODO behavior of calling `uiQuit()` outside of a `uiMain()` (before, after, etc.)
### `uiQueueMain()`
```c