From bea8415263dddc1cb892c121446194688703bf27 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Fri, 15 May 2026 07:23:41 -0400 Subject: allow tyui to format text --- teensy/teensy_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'teensy/teensy_ui.h') diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h index aae066f..771de61 100644 --- a/teensy/teensy_ui.h +++ b/teensy/teensy_ui.h @@ -38,6 +38,6 @@ bool tyui_begin_window_ex( void tyui_end_window(void); bool tyui_button(const char *text); -void tyui_text(const char *text); +void tyui_text(const char *fmt, ...); #endif // TEENSY_UI_H_ -- cgit v1.3-2-g0d8e