#include #include typedef struct BVGRectangle { Rectangle rayrectangle; Color color; bool fill; float lineThickness; } BVGRectangle;