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