2021-01-08 22:57:45 +01:00
|
|
|
/*
|
|
|
|
SINGLE
|
|
|
|
experimental and/or testing code, do not use in
|
|
|
|
production.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* -------------------------------------------------------------- */
|
|
|
|
|
2021-01-11 22:22:03 +01:00
|
|
|
int single_init(int next, char *dest, int fxchain);
|
2021-01-08 22:57:45 +01:00
|
|
|
int single_push_picture(FloatImg *pimg);
|
|
|
|
|
2021-01-10 22:52:33 +01:00
|
|
|
int single_print_state(char *title, int k);
|
2021-01-08 22:57:45 +01:00
|
|
|
|
|
|
|
/* -------------------------------------------------------------- */
|
|
|
|
/* -------------------------------------------------------------- */
|
|
|
|
|