summaryrefslogtreecommitdiff
path: root/src/ui_elements/UI.h
blob: b98ece0caa9b5c79650b29d7eed93fa15d6fefc2 (plain)
1
2
3
4
5
6
7
8
9
#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