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/parseBVG.h | 1 + 1 file changed, 1 insertion(+) (limited to 'fbwarn/src/parseBVG.h') diff --git a/fbwarn/src/parseBVG.h b/fbwarn/src/parseBVG.h index ea465ca..bf833cf 100644 --- a/fbwarn/src/parseBVG.h +++ b/fbwarn/src/parseBVG.h @@ -13,6 +13,7 @@ Color *parseColorFromHex(char *hex); bool parseBoolValue(char *hex); // Shape functions +BVGIMG *BVGParseIMG(char *argv[2]); BVGRectangle *BVGParseRectangle(char *argv[7]); void BVGDrawRectangle(BVGRectangle *rectangle); BVGRoundedRectangle *BVGParseRoundedRectangle(char *argv[9]); -- cgit v1.2.3