diff options
Diffstat (limited to 'teensy/teensy_ui.h')
| -rw-r--r-- | teensy/teensy_ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
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( |
