From 59f2cf27aab77ebb2deb341ef5e9fa04a1971e6f Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Wed, 8 Jul 2026 17:46:14 +0500 Subject: Text wrapping --- src/ui_elements/UI.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ui_elements/UI.h') diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h index 4e70482..b98ece0 100644 --- a/src/ui_elements/UI.h +++ b/src/ui_elements/UI.h @@ -3,6 +3,7 @@ #ifndef UI_ELEMENTS_H #define UI_ELEMENTS_H -void DrawRecBordered(Rectangle rec, Color bg, Color border, int border_width); +void DrawRecBordered(Rectangle rec, Color bg, Color border_color, int border_width); +void DrawTextInRec(Rectangle rec, char *text, Font *font, int height, Color color); #endif // UI_ELEMENTS_H -- cgit v1.3