1 2 3 4 5 6 7 8
#include <raylib.h> #include <stdbool.h> typedef struct BVGRectangle { Rectangle rayrectangle; Color color; bool fill; float lineThickness; } BVGRectangle;