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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/ui/ui.h b/src/main/ui/ui.h
index 1aa2aeb..22a6181 100644
--- a/src/main/ui/ui.h
+++ b/src/main/ui/ui.h
@@ -22,5 +22,6 @@
void ui_init(void);
void ui_loop(void (*draw_frame)());
+void ui_set_title(const char *title);
#endif /* __UI_H__ */