From 73efefa4c6800b04aedad9f6d80722caa66864a0 Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Tue, 7 Jul 2026 23:41:37 +0500 Subject: design 1 --- src/ui_elements/UI.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/ui_elements/UI.h (limited to 'src/ui_elements/UI.h') diff --git a/src/ui_elements/UI.h b/src/ui_elements/UI.h new file mode 100644 index 0000000..4e70482 --- /dev/null +++ b/src/ui_elements/UI.h @@ -0,0 +1,8 @@ +#include + +#ifndef UI_ELEMENTS_H +#define UI_ELEMENTS_H + +void DrawRecBordered(Rectangle rec, Color bg, Color border, int border_width); + +#endif // UI_ELEMENTS_H -- cgit v1.3