Update.
[flatland.git] / sequence_generator.h
index 76f1d33..7bfc7ea 100644 (file)
@@ -5,6 +5,7 @@ extern "C" {
 
 void fl_generate_sequence(int nb_images,
                           int width, int height,
+                          int nb_shapes,
                           int random_shape_size, int random_colors,
                           unsigned char *output);