From 997368fe5f7ae8651982d0ba509bb54051b54e34 Mon Sep 17 00:00:00 2001 From: axtloss Date: Sun, 25 Feb 2024 14:42:49 +0100 Subject: Expand rectangle function with fill arg --- fbwarn/src/BVGTypes.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fbwarn/src/BVGTypes.h (limited to 'fbwarn/src/BVGTypes.h') diff --git a/fbwarn/src/BVGTypes.h b/fbwarn/src/BVGTypes.h new file mode 100644 index 0000000..1ed1919 --- /dev/null +++ b/fbwarn/src/BVGTypes.h @@ -0,0 +1,8 @@ +#include +#include +typedef struct BVGRectangle { + Rectangle rayrectangle; + Color color; + bool fill; + float lineThickness; +} BVGRectangle; -- cgit v1.2.3