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