diff options
author | Thomas White <taw@bitwiz.me.uk> | 2019-02-25 21:03:27 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.me.uk> | 2019-02-25 21:03:27 +0100 |
commit | a779b9a9095cfceaa4a0a8da5b4faaaa98287078 (patch) | |
tree | 5cc65c14e82c22e78836f91c4cd34179c04892f1 /libstorycode/scparse_priv.h | |
parent | 0a146090aa9dc02f5568e9c314e11ab69b40d225 (diff) |
Parse gradients
Diffstat (limited to 'libstorycode/scparse_priv.h')
-rw-r--r-- | libstorycode/scparse_priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libstorycode/scparse_priv.h b/libstorycode/scparse_priv.h index 0ddfe1c..47edbf8 100644 --- a/libstorycode/scparse_priv.h +++ b/libstorycode/scparse_priv.h @@ -59,7 +59,9 @@ struct scpctx struct length padding[4]; struct length paraspace[4]; double fgcol[4]; + enum gradient bggrad; double bgcol[4]; + double bgcol2[4]; }; #endif /* SCPARSE_PRIV_H */ |