summaryrefslogtreecommitdiff
path: root/tran/alpasscv.h
diff options
context:
space:
mode:
Diffstat (limited to 'tran/alpasscv.h')
-rw-r--r--tran/alpasscv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tran/alpasscv.h b/tran/alpasscv.h
new file mode 100644
index 0000000..5d2ec0a
--- /dev/null
+++ b/tran/alpasscv.h
@@ -0,0 +1,3 @@
+sound_type snd_make_alpasscv(sound_type input, time_type delay, sound_type feedback);
+sound_type snd_alpasscv(sound_type input, time_type delay, sound_type feedback);
+ /* LISP: (snd-alpasscv SOUND ANYNUM SOUND) */