From 0d8c08bb18cb9c35ddeb61fbb42823c46a9e5862 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Fri, 12 Jan 2007 23:44:36 +0000 Subject: some changes to make all ext13 objects work in libdir format svn path=/trunk/externals/ext13/; revision=7322 --- streamin13~.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'streamin13~.c') diff --git a/streamin13~.c b/streamin13~.c index 0b8f4c0..d0d7529 100644 --- a/streamin13~.c +++ b/streamin13~.c @@ -309,3 +309,8 @@ void streamin13_setup(void) class_addmethod(streamin13_class, (t_method) streamin13_dsp, gensym("dsp"), 0); class_addmethod(streamin13_class, (t_method)streamin13_port,gensym("port"),A_DEFFLOAT,0); } + +void streamin13_tilde_setup() +{ + streamin13_setup(); +} -- cgit v1.2.1