aboutsummaryrefslogtreecommitdiff
path: root/lib_d_dac.c
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-27 10:51:20 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2006-05-27 10:51:20 +0000
commit110ba15500772e524daa6b2c6c97487886e12136 (patch)
tree3bb11d987d8bd928d558b376cb6f3bb68feaf781 /lib_d_dac.c
wrote script to generate files to build internal Pd objects as separate libs; next, I'll write a patch which removes these from being compiled into the core, so then we'll really have 'pure pd'svn2git-root
svn path=/trunk/externals/corelibs/; revision=5140
Diffstat (limited to 'lib_d_dac.c')
-rw-r--r--lib_d_dac.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib_d_dac.c b/lib_d_dac.c
new file mode 100644
index 0000000..a77ddf0
--- /dev/null
+++ b/lib_d_dac.c
@@ -0,0 +1,5 @@
+#include "../../pd/src/d_dac.c"
+void lib_d_dac_setup(void)
+{
+ d_dac_setup();
+}