Update.
[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                           int pulling,
11                           unsigned char *output);
12
13 #ifdef __cplusplus
14 }
15 #endif
16