summaryrefslogtreecommitdiff
path: root/include/ui.hpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrik@mailbox.org>2026-01-09 10:23:23 +0100
committerAldrik Ramaekers <aldrik@mailbox.org>2026-01-09 10:23:23 +0100
commit8bdab613289e2626173de8bff31e7078dd03a16e (patch)
tree699eca9f0f0af00b1d337a372b5aefedb115ddf9 /include/ui.hpp
parent6555d97f2eaf5b3829543624f6b0a3394715c71b (diff)
setup window work
Diffstat (limited to 'include/ui.hpp')
-rw-r--r--include/ui.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ui.hpp b/include/ui.hpp
index c1662ad..367ff7a 100644
--- a/include/ui.hpp
+++ b/include/ui.hpp
@@ -48,6 +48,7 @@ namespace ui {
extern ImFont* fontBold;
extern ImFont* fontBig;
+ extern ImFont* fontSmall;
void set_state(main_state state);