summaryrefslogtreecommitdiff
path: root/src/main/ui/ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/ui/ui.h')
-rw-r--r--src/main/ui/ui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/ui/ui.h b/src/main/ui/ui.h
index 90d8c80..86521aa 100644
--- a/src/main/ui/ui.h
+++ b/src/main/ui/ui.h
@@ -21,7 +21,8 @@
#define __UI_H__
void ui_init(int w, int h);
-void ui_loop(void (*draw_frame)(void));
+void ui_loop(void);
void ui_set_title(const char *title);
+void ui_set_loop_listener(void (*loop_event)());
#endif /* __UI_H__ */