summaryrefslogtreecommitdiff
path: root/src/svgtiny_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svgtiny_internal.h')
-rw-r--r--src/svgtiny_internal.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/svgtiny_internal.h b/src/svgtiny_internal.h
index 789651a..77a6698 100644
--- a/src/svgtiny_internal.h
+++ b/src/svgtiny_internal.h
@@ -51,6 +51,12 @@ struct svgtiny_parse_state {
struct {
float a, b, c, d, e, f;
} gradient_transform;
+
+ /* Interned strings */
+#define SVGTINY_STRING_ACTION(n) dom_string *interned_##n;
+#include "svgtiny_strings.h"
+#undef SVGTINY_STRING_ACTION
+
};
struct svgtiny_list;