diff options
Diffstat (limited to 'src/fastfwd.h')
-rw-r--r-- | src/fastfwd.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/fastfwd.h b/src/fastfwd.h index b24cfef..7102268 100644 --- a/src/fastfwd.h +++ b/src/fastfwd.h @@ -24,6 +24,13 @@ */ void fastfwd(float seconds, float timescale); +/* + * Extends the length of an ongoing fast-forward (or otherwise does the same as + * fastfwd() above). Overrides the existing timescale speed, for lack of better + * idea of what to do. + */ +void fastfwd_add(float seconds, float timescale); + #endif // vi: sw=4 ts=4 noet tw=80 cc=80 |