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