aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/source/fldsp.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-08-05 02:37:17 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-08-05 02:37:17 +0000
commit5aeb36ec9e7aaee34ce8f5f248029d39047e2918 (patch)
tree627801939dd1880c0e84054513940ba80dc06b03 /externals/grill/flext/source/fldsp.h
parent0dee5b7f542c44e30c7c5f33852c23262655fe2c (diff)
""
svn path=/trunk/; revision=823
Diffstat (limited to 'externals/grill/flext/source/fldsp.h')
-rw-r--r--externals/grill/flext/source/fldsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/externals/grill/flext/source/fldsp.h b/externals/grill/flext/source/fldsp.h
index ee94973d..21a3aadb 100644
--- a/externals/grill/flext/source/fldsp.h
+++ b/externals/grill/flext/source/fldsp.h
@@ -155,6 +155,8 @@ private:
static void cb_dsp(fts_object_t *o, int winlet, fts_symbol_t s, int ac, const fts_atom_t *at);
// static void cb_dsp_init(fts_object_t *o, int winlet, fts_symbol_t *s, int ac, const fts_atom_t *at);
// static void cb_dsp_delete(fts_object_t *o, int winlet, fts_symbol_t *s, int ac, const fts_atom_t *at);
+#elif FLEXT_SYS == FLEXT_SYS_MAX
+ static void cb_dsp(t_class *c,t_signal **s,short *count);
#else
static void cb_dsp(t_class *c,t_signal **s);
#endif