aboutsummaryrefslogtreecommitdiff
path: root/src/wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrap.c')
-rw-r--r--src/wrap.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wrap.c b/src/wrap.c
index 9707f3f..ec08801 100644
--- a/src/wrap.c
+++ b/src/wrap.c
@@ -79,3 +79,8 @@ void wrap_setup(void) {
class_sethelpsymbol(wrap_class, gensym("zexy/wrap"));
zexy_register("wrap");
}
+
+void z_wrap_setup(void)
+{
+ wrap_setup();
+}