#include #ifndef UI_ELEMENTS_H #define UI_ELEMENTS_H void DrawRecBordered(Rectangle rec, Color bg, Color border, int border_width); #endif // UI_ELEMENTS_H