From 5b9132d68a789f127c3ae19a92ef4e4b38955f73 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Wed, 17 Sep 2003 20:10:29 +0000 Subject: Updated for PiDiP 0.12.6 svn path=/trunk/externals/pidip/; revision=994 --- modules/pdp_puzzle.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/pdp_puzzle.c') diff --git a/modules/pdp_puzzle.c b/modules/pdp_puzzle.c index 0c0520f..f9fad2d 100644 --- a/modules/pdp_puzzle.c +++ b/modules/pdp_puzzle.c @@ -413,6 +413,7 @@ void pdp_puzzle_setup(void) class_addmethod(pdp_puzzle_class, (t_method)pdp_puzzle_left, gensym("left"), A_NULL); class_addmethod(pdp_puzzle_class, (t_method)pdp_puzzle_right, gensym("right"), A_NULL); class_addmethod(pdp_puzzle_class, (t_method)pdp_puzzle_nbblocks, gensym("nbblocks"), A_DEFFLOAT, A_NULL); + class_sethelpsymbol( pdp_puzzle_class, gensym("pdp_puzzle.pd") ); } -- cgit v1.2.1