aboutsummaryrefslogtreecommitdiff
path: root/include/ui33.h
diff options
context:
space:
mode:
authorpk33 <pk33@pk33.space>2024-11-03 22:26:28 +0100
committerpk33 <pk33@pk33.space>2024-11-03 22:26:28 +0100
commit0ffb4f8463e3e06e8d88b7be22f5cb7adb702361 (patch)
tree05e626d6ce4e0d8e544a40f8a14965cf4fdd5780 /include/ui33.h
parent6c69ea8da9d306e4e6d21d0feee5213fea15f49e (diff)
downloadengine33-0ffb4f8463e3e06e8d88b7be22f5cb7adb702361.tar.gz
fonts, text and basic ui for on-screen log
Diffstat (limited to 'include/ui33.h')
-rw-r--r--include/ui33.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ui33.h b/include/ui33.h
new file mode 100644
index 0000000..7aa489c
--- /dev/null
+++ b/include/ui33.h
@@ -0,0 +1,9 @@
+#ifndef __UI_H__
+#define __UI_H__
+
+
+void ui_add_message( String fmt, ... );
+void ui_draw_messages( void );
+
+
+#endif /** UI **/