diff options
author | sanine <sanine.not@pm.me> | 2022-11-26 23:33:32 -0600 |
---|---|---|
committer | sanine <sanine.not@pm.me> | 2022-11-26 23:33:32 -0600 |
commit | 29f9921b919497be4d652ce963c8afbb2c1cd1e7 (patch) | |
tree | aae2f98de4e64829a12b577d13aa48a84d9b23d6 /src/transform.h | |
parent | d087821a142558865675653a016f654eb66db730 (diff) |
implement basic matrix parsing
Diffstat (limited to 'src/transform.h')
-rw-r--r-- | src/transform.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/transform.h b/src/transform.h new file mode 100644 index 0000000..ef8b3e0 --- /dev/null +++ b/src/transform.h @@ -0,0 +1,6 @@ +#include <kalmia.h> +#include <ezxml.h> + + +/* parse a <matrix> tag into a ka_matrix_t */ +int kai_parse_matrix(ka_matrix_t *m, ezxml_t tag); |