]> git.cworth.org Git - wordgame/blobdiff - demo-item.h
Add back randomization
[wordgame] / demo-item.h
index 180b599f98a857b2cdf1e0d2adc5e21870e4c7c1..8cc4712b512e20c100e6b8218bd98556b9e28a2f 100644 (file)
@@ -49,6 +49,11 @@ goo_demo_item_move_to (GooCanvasItem *item,
                       gdouble           x,
                       gdouble           y);
 
+void
+goo_demo_item_glide_to (GooCanvasItem  *item,
+                       gdouble          x,
+                       gdouble          y);
+
 G_END_DECLS
 
 #endif /* __GOO_DEMO_ITEM_H__ */