summaryrefslogtreecommitdiff
path: root/tran/tonev.h
diff options
context:
space:
mode:
Diffstat (limited to 'tran/tonev.h')
-rw-r--r--tran/tonev.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tran/tonev.h b/tran/tonev.h
new file mode 100644
index 0000000..95bc791
--- /dev/null
+++ b/tran/tonev.h
@@ -0,0 +1,3 @@
+sound_type snd_make_tonev(sound_type s1, sound_type hz);
+sound_type snd_tonev(sound_type s1, sound_type hz);
+ /* LISP: (snd-tonev SOUND SOUND) */