pipdeprod next-gen is coming

This commit is contained in:
2021-01-08 22:57:45 +01:00
parent 33338e7597
commit 47dbf6ea1a
7 changed files with 201 additions and 20 deletions

21
Fonderie/single.h Normal file
View File

@@ -0,0 +1,21 @@
/*
SINGLE
experimental and/or testing code, do not use in
production.
*/
/* -------------------------------------------------------------- */
int single_init(int next, char *dest, char *sfxchain);
int single_push_picture(FloatImg *pimg);
/* -------------------------------------------------------------- */
/*
* test function
*/
int essayer_single(char *globpattern, char *destdir, int K);
/* -------------------------------------------------------------- */