Update.
[flatland.git] / flatland.h
1
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5
6 void fl_generate_sequences(int nb_sequences,
7                            int nb_images_per_sequence,
8                            int width, int height,
9                            unsigned char *output);
10
11 #ifdef __cplusplus
12 }
13 #endif
14