From 0cb66a03e133428a6778de2abec3df4c6cedea59 Mon Sep 17 00:00:00 2001 From: Tom Schouten Date: Tue, 18 Feb 2003 13:18:54 +0000 Subject: creb update svn path=/trunk/externals/creb/; revision=419 --- system/setup.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'system/setup.c') diff --git a/system/setup.c b/system/setup.c index 7274349..396fcec 100644 --- a/system/setup.c +++ b/system/setup.c @@ -27,6 +27,7 @@ void ffpoly_setup(void); void fwarp_setup(void); void junction_tilde_setup(void); void fdn_tilde_setup(void); +void window_tilde_setup(void); void creb_setup(void) { @@ -54,6 +55,7 @@ void creb_setup(void) lattice_tilde_setup(); junction_tilde_setup(); fdn_tilde_setup(); + window_tilde_setup(); /* setup other objects */ ratio_setup(); -- cgit v1.2.1