aboutsummaryrefslogtreecommitdiff
path: root/catch13~.c
diff options
context:
space:
mode:
Diffstat (limited to 'catch13~.c')
-rw-r--r--catch13~.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/catch13~.c b/catch13~.c
index 2144377..9205f5c 100644
--- a/catch13~.c
+++ b/catch13~.c
@@ -85,4 +85,9 @@ void sigcatch13_setup(void)
class_addmethod(sigcatch13_class, (t_method)sigcatch13_dsp, gensym("dsp"), 0);
}
+void catch13_tilde_setup()
+{
+ sigcatch13_setup();
+}
+