From c9b119217829f976a7830a0555650401cf9df2cb Mon Sep 17 00:00:00 2001 From: axtloss Date: Tue, 27 Feb 2024 01:44:26 +0100 Subject: add functionality to read from bvg file --- fbwarn/src/BVGTypes.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'fbwarn/src/BVGTypes.h') diff --git a/fbwarn/src/BVGTypes.h b/fbwarn/src/BVGTypes.h index be7669f..95e1dd8 100644 --- a/fbwarn/src/BVGTypes.h +++ b/fbwarn/src/BVGTypes.h @@ -1,6 +1,11 @@ #include #include +typedef struct BVGIMG { + int width; + int height; +} BVGIMG; + typedef struct BVGRectangle { Rectangle rayrectangle; bool fill; -- cgit v1.2.3