aboutsummaryrefslogtreecommitdiff
path: root/teensy/teensy_ui.h
diff options
context:
space:
mode:
Diffstat (limited to 'teensy/teensy_ui.h')
-rw-r--r--teensy/teensy_ui.h4
1 files changed, 2 insertions, 2 deletions
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_