X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=flatland.git;a=blobdiff_plain;f=flatland.h;fp=flatland.h;h=0000000000000000000000000000000000000000;hp=9a9247a48eec02c67d93c0cb57b34378a2339419;hb=ee0d125312834bf7692df2e9caa1f858780f335c;hpb=85e284b40ef2175f672298b64bf79424da8ebc19 diff --git a/flatland.h b/flatland.h deleted file mode 100644 index 9a9247a..0000000 --- a/flatland.h +++ /dev/null @@ -1,14 +0,0 @@ - -#ifdef __cplusplus -extern "C" { -#endif - -void fl_generate_sequences(int nb_sequences, - int nb_images_per_sequence, - int width, int height, - unsigned char *output); - -#ifdef __cplusplus -} -#endif -