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.h3
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