7bfc7ea78f5e30bd12f2f0bbf9c555fce291d69e
[flatland.git] / sequence_generator.h
1
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5
6 void fl_generate_sequence(int nb_images,
7                           int width, int height,
8                           int nb_shapes,
9                           int random_shape_size, int random_colors,
10                           unsigned char *output);
11
12 #ifdef __cplusplus
13 }
14 #endif
15