diff options
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_ |
