From 9642787fac5b3586f30bc07e4430784a658ba38f Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Sun, 17 May 2026 12:47:10 -0400 Subject: add simple ui layouts --- teensy/teensy_ui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'teensy/teensy_ui.h') diff --git a/teensy/teensy_ui.h b/teensy/teensy_ui.h index 771de61..0a1837a 100644 --- a/teensy/teensy_ui.h +++ b/teensy/teensy_ui.h @@ -26,6 +26,8 @@ typedef uint8_t tyui_Id; void tyui_init(const ty_Font *font); void tyui_deinit(void); +void tyui_layout(const float *layout); + void tyui_draw(void); bool tyui_begin_window_ex( -- cgit v1.3-2-g0d8e