00001 extern void lpfilter_script(void); 00002 00003 typedef struct { 00004 void *Buffer; 00005 int LastReset; 00006 double Factor; 00007 int *Reset; 00008 } lpfilter_script_context; 00009 00010 extern int FiltReset__System; 00011 00012 extern lpfilter_script_context LPfilter_actor_0_context;