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 random_shape_size, int random_colors,
9                           unsigned char *output);
10
11 #ifdef __cplusplus
12 }
13 #endif
14