Started to implement the gravity by making the pulling optional.
[flatland.git] / sequence_generator.h
index 7bfc7ea..daaf36b 100644 (file)
@@ -7,6 +7,7 @@ void fl_generate_sequence(int nb_images,
                           int width, int height,
                           int nb_shapes,
                           int random_shape_size, int random_colors,
+                          int pulling,
                           unsigned char *output);
 
 #ifdef __cplusplus