summaryrefslogtreecommitdiff
path: root/AnimationObject.h
diff options
context:
space:
mode:
Diffstat (limited to 'AnimationObject.h')
-rw-r--r--AnimationObject.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/AnimationObject.h b/AnimationObject.h
index 95aa115..16f0b0e 100644
--- a/AnimationObject.h
+++ b/AnimationObject.h
@@ -44,4 +44,13 @@ struct AO_Line {
ARGB AO_Line(const Animation* anim, u32 frameIndex, ARGB pixel, i32 r, i32 c, void* priv);
+struct AO_HorSegment {
+ i32 left;
+ i32 right;
+ double width;
+ color color;
+};
+
+ARGB AO_HorSegment(const Animation* anim, u32 frameIndex, ARGB pixel, i32 r, i32 c, void* priv);
+
#endif /* _ANIMATION_OBJECT */