diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-07 23:41:37 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-07-07 23:41:37 +0500 |
| commit | 73efefa4c6800b04aedad9f6d80722caa66864a0 (patch) | |
| tree | f1d5489d9c1660a4ae622bc3d4a31778369f9fc4 /src/ui_elements/UI.h | |
| parent | 1a095735b1d8e7ade61ac4f936032e0c9dcc044f (diff) | |
design 1
Diffstat (limited to 'src/ui_elements/UI.h')
| -rw-r--r-- | src/ui_elements/UI.h | 8 |
1 files changed, 8 insertions, 0 deletions
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 <raylib.h> + +#ifndef UI_ELEMENTS_H +#define UI_ELEMENTS_H + +void DrawRecBordered(Rectangle rec, Color bg, Color border, int border_width); + +#endif // UI_ELEMENTS_H |
