diff options
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 |
