diff options
Diffstat (limited to 'src/packel.c')
-rw-r--r-- | src/packel.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/packel.c b/src/packel.c index 67c5211..5197feb 100644 --- a/src/packel.c +++ b/src/packel.c @@ -105,3 +105,8 @@ void packel_setup(void) class_sethelpsymbol(packel_class, gensym("zexy/packel")); zexy_register("packel"); } + +void z_packel_setup(void) +{ + packel_setup(); +} |