#include <raylib.h>
#ifndef UI_ELEMENTS_H
#define UI_ELEMENTS_H
void DrawRecBordered(Rectangle rec, Color bg, Color border_color, int border_width);
void DrawTextInRec(Rectangle rec, char *text, Font *font, int height, Color color);
#endif // UI_ELEMENTS_H