aboutsummaryrefslogtreecommitdiff
path: root/lib_x_misc.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_x_misc.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_x_misc.c')
-rw-r--r--lib_x_misc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib_x_misc.c b/lib_x_misc.c
new file mode 100644
index 0000000..6db3424
--- /dev/null
+++ b/lib_x_misc.c
@@ -0,0 +1,5 @@
+#include "../../pd/src/x_misc.c"
+void lib_x_misc_setup(void)
+{
+ x_misc_setup();
+}