From 29ac539d35c6c0363b59ec3fbb26315563d62308 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 21 May 2026 21:55:17 -0400 Subject: move ui command list to windows --- teensy/teensy_ui.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'teensy/teensy_ui.h') diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h index 802ec84..bcc3c0e 100644 --- a/teensy/teensy_ui.h +++ b/teensy/teensy_ui.h @@ -46,8 +46,6 @@ void tyui_deinit(void); void tyui_push_layout(const float *column_widths); void tyui_pop_layout(void); -void tyui_draw(void); - bool tyui_begin_window_ex( const char *title, ty_Recti rect, @@ -60,4 +58,6 @@ void tyui_end_window(void); bool tyui_button(const char *text); void tyui_text_ex(tyui_Align align, const char *fmt, ...); +void tyui_draw(void); + #endif // TEENSY_UI_H_ -- cgit v1.3-2-g0d8e