From c2014a0a771e621cec552c6ee88daddcb46d13fe Mon Sep 17 00:00:00 2001 From: "N.N." Date: Mon, 21 Nov 2005 22:16:37 +0000 Subject: cyclone alpha55 (see notes.txt for cyclone and shared) svn path=/trunk/externals/miXed/; revision=4011 --- toxy/plustot.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'toxy/plustot.h') diff --git a/toxy/plustot.h b/toxy/plustot.h index 0cc6fa6..7022fd6 100644 --- a/toxy/plustot.h +++ b/toxy/plustot.h @@ -101,6 +101,7 @@ t_inlet *plusinlet_new(t_plusobject *po, t_pd *dest, t_outlet *plusoutlet_new(t_plusobject *po, t_symbol *s); void plusclass_inherit(t_class *c, t_symbol *s); +void plustot_ar_setup(void); void plustot_env_setup(void); void plustot_in_setup(void); void plustot_var_setup(void); @@ -108,6 +109,7 @@ void plustot_out_setup(void); void plustot_qlist_setup(void); void plustot_print_setup(void); +void *plustot_ar_new(t_symbol *s, int ac, t_atom *av); void *plustot_env_new(t_symbol *s, int ac, t_atom *av); void *plustot_in_new(t_symbol *s, int ac, t_atom *av); void *plustot_var_new(t_symbol *s, int ac, t_atom *av); -- cgit v1.2.1