aboutsummaryrefslogtreecommitdiff
path: root/fbwarn/src/parseBVG.h
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-02-28 21:34:09 +0100
committeraxtloss <axtlos@getcryst.al>2024-02-28 21:34:09 +0100
commit91d58f9ae9e9d9adc2e19a0b56d2b9757f6696d6 (patch)
treec3591c10dc4eb08fa71183f1d1ec2b1336be1ba4 /fbwarn/src/parseBVG.h
parent78f4dd7fd2fb409639d3c3eee28eaca868fa0e5f (diff)
downloadfsverify-91d58f9ae9e9d9adc2e19a0b56d2b9757f6696d6.tar.gz
fsverify-91d58f9ae9e9d9adc2e19a0b56d2b9757f6696d6.tar.bz2
BVG: add scaling support
Diffstat (limited to '')
-rw-r--r--fbwarn/src/parseBVG.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fbwarn/src/parseBVG.h b/fbwarn/src/parseBVG.h
index bf833cf..1a90c78 100644
--- a/fbwarn/src/parseBVG.h
+++ b/fbwarn/src/parseBVG.h
@@ -6,7 +6,7 @@
FILE *readFile(char *path);
char *multiToSingle(char *s);
-void matchFunctionCall(char *call);
+void matchFunctionCall(char *call, float locScale);
void collectArgs(char *res[], char *call, int n);
void orderArgs(char *res[], char *argv[], int n, char *knownArgs[]);
Color *parseColorFromHex(char *hex);