summaryrefslogtreecommitdiff
path: root/tran/chase.h
diff options
context:
space:
mode:
Diffstat (limited to 'tran/chase.h')
-rw-r--r--tran/chase.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tran/chase.h b/tran/chase.h
new file mode 100644
index 0000000..a63112e
--- /dev/null
+++ b/tran/chase.h
@@ -0,0 +1,3 @@
+sound_type snd_make_chase(sound_type input, double risetime, double falltime);
+sound_type snd_chase(sound_type input, double risetime, double falltime);
+ /* LISP: (snd-chase SOUND ANYNUM ANYNUM) */