summaryrefslogtreecommitdiff
path: root/src/ui_elements/UI.h
diff options
context:
space:
mode:
authorPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-08 18:39:59 +0500
committerPhysick <96335032+DegustatorPonos@users.noreply.github.com>2026-07-08 18:39:59 +0500
commit586942c66f7d4aa71f0b60bb5de9ae19266f0cad (patch)
treed744f24b2bfc5d4568c909b9bfbfb5cf85344474 /src/ui_elements/UI.h
parent59f2cf27aab77ebb2deb341ef5e9fa04a1971e6f (diff)
scrolling
Diffstat (limited to 'src/ui_elements/UI.h')
-rw-r--r--src/ui_elements/UI.h2
1 files changed, 1 insertions, 1 deletions
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