From 110ba15500772e524daa6b2c6c97487886e12136 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sat, 27 May 2006 10:51:20 +0000 Subject: 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' svn path=/trunk/externals/corelibs/; revision=5140 --- lib_x_interface.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 lib_x_interface.c (limited to 'lib_x_interface.c') diff --git a/lib_x_interface.c b/lib_x_interface.c new file mode 100644 index 0000000..6875374 --- /dev/null +++ b/lib_x_interface.c @@ -0,0 +1,5 @@ +#include "../../pd/src/x_interface.c" +void lib_x_interface_setup(void) +{ + x_interface_setup(); +} -- cgit v1.2.1