Update.
[flatland.git] / sequence_generator.h
index 9a9247a..daaf36b 100644 (file)
@@ -3,10 +3,12 @@
 extern "C" {
 #endif
 
-void fl_generate_sequences(int nb_sequences,
-                           int nb_images_per_sequence,
-                           int width, int height,
-                           unsigned char *output);
+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
 }