diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-08 18:39:59 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-08 18:39:59 +0500 |
| commit | 586942c66f7d4aa71f0b60bb5de9ae19266f0cad (patch) | |
| tree | d744f24b2bfc5d4568c909b9bfbfb5cf85344474 /src/ui_elements/UI.h | |
| parent | 59f2cf27aab77ebb2deb341ef5e9fa04a1971e6f (diff) | |
scrolling
Diffstat (limited to 'src/ui_elements/UI.h')
| -rw-r--r-- | src/ui_elements/UI.h | 2 |
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 |
