From 586942c66f7d4aa71f0b60bb5de9ae19266f0cad Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:39:59 +0500 Subject: scrolling --- src/ui_elements/UI.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui_elements/UI.h') diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h index b98ece0..5868efe 100644 --- a/src/ui_elements/UI.h +++ b/src/ui_elements/UI.h @@ -4,6 +4,6 @@ #define UI_ELEMENTS_H void DrawRecBordered(Rectangle rec, Color bg, Color border_color, int border_width); -void DrawTextInRec(Rectangle rec, char *text, Font *font, int height, Color color); +void DrawTextInRec(Rectangle rec, char *text, Font *font, int height, Color color, float padding, int *scroll); #endif // UI_ELEMENTS_H -- cgit v1.3