]> git.cworth.org Git - akamaru/blobdiff - akamaru.h
Add stick_init() initializer.
[akamaru] / akamaru.h
index 1d4796c94fe39a6efbab6f03bdfd76a9c74a12b3..9b544ae710d27f86f0520c03fcdfa1aa97c504a1 100644 (file)
--- a/akamaru.h
+++ b/akamaru.h
@@ -88,6 +88,7 @@ void object_init (Object *object, double x, double y, double mass);
 void offset_spring_init (OffsetSpring *spring,
                         Object *a, Object *b, double dx, double dy);
 void spring_init (Spring *spring, Object *a, Object *b, double length);
+void stick_init (Stick *stick, Object *a, Object *b, double length);
 void string_init (String *string, Object *a, Object *b, double length);
 
 void polygon_init (Polygon *p, int num_points, ...);