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