Renaming a bit.
[flatland.git] / flatland.h
diff --git a/flatland.h b/flatland.h
deleted file mode 100644 (file)
index 9a9247a..0000000
+++ /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
-