1 2 3 4 5 6 7 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