diff options
| author | iamcheeseman <[email protected]> | 2026-05-15 07:23:41 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-05-15 07:23:41 -0400 |
| commit | bea8415263dddc1cb892c121446194688703bf27 (patch) | |
| tree | 8f837d89fe4fc78a67b6fc51042f86ab5a9f2be4 /teensy/teensy_ui.h | |
| parent | cfde830b98e235cd2b5a72dca68160c2c1ff3b68 (diff) | |
allow tyui to format text
Diffstat (limited to 'teensy/teensy_ui.h')
| -rw-r--r-- | teensy/teensy_ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
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_ |
