diff options
Diffstat (limited to 'src/ui.h')
-rw-r--r-- | src/ui.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -70,7 +70,7 @@ int deactivate_ui_input(void *data); void -ui_thrd_force_update(void); +ui_thrd_force_update(bool force_all); void ui_thrd_suspend(void); @@ -84,6 +84,8 @@ init_ui(void); void free_ui(void); +char ui_wgetch(int timeout); + int do_ui(void); |