aboutsummaryrefslogtreecommitdiff
path: root/fbwarn/src/BVGTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'fbwarn/src/BVGTypes.h')
-rw-r--r--fbwarn/src/BVGTypes.h8
1 files changed, 8 insertions, 0 deletions
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 <raylib.h>
+#include <stdbool.h>
+typedef struct BVGRectangle {
+ Rectangle rayrectangle;
+ Color color;
+ bool fill;
+ float lineThickness;
+} BVGRectangle;