diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-08 17:46:14 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-08 17:46:14 +0500 |
| commit | 59f2cf27aab77ebb2deb341ef5e9fa04a1971e6f (patch) | |
| tree | 4cc7aa409dfc750ce852e56aaa107a729ca056bb /src/ui_elements/UI.h | |
| parent | 73efefa4c6800b04aedad9f6d80722caa66864a0 (diff) | |
Text wrapping
Diffstat (limited to 'src/ui_elements/UI.h')
| -rw-r--r-- | src/ui_elements/UI.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
