summaryrefslogtreecommitdiff
path: root/tran/fromobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'tran/fromobject.h')
-rw-r--r--tran/fromobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tran/fromobject.h b/tran/fromobject.h
new file mode 100644
index 0000000..b8d560d
--- /dev/null
+++ b/tran/fromobject.h
@@ -0,0 +1,3 @@
+sound_type snd_make_fromobject(time_type t0, rate_type sr, LVAL src);
+sound_type snd_fromobject(time_type t0, rate_type sr, LVAL src);
+ /* LISP: (snd-fromobject ANYNUM ANYNUM ANY) */