Finishing the renaming.
[flatland.git] / flatland.h
index 9a9247a..a0a255f 100644 (file)
@@ -1,14 +1,2 @@
 
-#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
-
+int generate_sequence(long nb_sequences, THByteTensor *output);