summaryrefslogtreecommitdiff
path: root/src/main/ui/ui.h
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2025-05-16 14:43:29 +0200
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2025-05-16 14:43:29 +0200
commit0eecfe756630e6ad6265c1d84c66c19e4dd51309 (patch)
treed93cc59b67f59408d8fa16ab8801880288595ae4 /src/main/ui/ui.h
parent084547f8a9176f558eb75a956bc248800274d4c4 (diff)
downloadtris-0eecfe756630e6ad6265c1d84c66c19e4dd51309.tar.gz
tris-0eecfe756630e6ad6265c1d84c66c19e4dd51309.zip
Set the title from main
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__ */