aboutsummaryrefslogtreecommitdiff
path: root/fbwarn/src/parseBVG.h
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-02-27 01:44:26 +0100
committeraxtloss <axtlos@getcryst.al>2024-02-27 01:44:26 +0100
commitc9b119217829f976a7830a0555650401cf9df2cb (patch)
treeed0aa12813af1091fe1096fb62b3495dfd0966d8 /fbwarn/src/parseBVG.h
parentae895bf260f2015816988bffe429f06faf653707 (diff)
downloadfsverify-c9b119217829f976a7830a0555650401cf9df2cb.tar.gz
fsverify-c9b119217829f976a7830a0555650401cf9df2cb.tar.bz2
add functionality to read from bvg file
Diffstat (limited to 'fbwarn/src/parseBVG.h')
-rw-r--r--fbwarn/src/parseBVG.h1
1 files changed, 1 insertions, 0 deletions
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]);