summaryrefslogtreecommitdiff
path: root/src/ui_elements/UI.h
diff options
context:
space:
mode:
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