From cdb36b860a2862b642aac2becb76e173e9c91686 Mon Sep 17 00:00:00 2001 From: Georg Holzmann Date: Thu, 11 Jan 2007 19:41:20 +0000 Subject: adopted iemmatrix to the new buildsystem svn path=/trunk/externals/iem/iemmatrix/; revision=7303 --- src/iemmatrix.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/iemmatrix.h') diff --git a/src/iemmatrix.h b/src/iemmatrix.h index d9abb37..cf7b771 100644 --- a/src/iemmatrix.h +++ b/src/iemmatrix.h @@ -121,6 +121,11 @@ typedef struct _mtx_binmtx } t_mtx_binmtx; +/* + G.Holzmann: the following is now implemented + in iemmatrix_utility.c +*/ + void matrix_free(t_matrix*x); /* utility function */ @@ -149,6 +154,10 @@ void matrix_col(t_matrix *x, t_symbol *s, int argc, t_atom *argv); void matrix_element(t_matrix *x, t_symbol *s, int argc, t_atom *argv); +/* + in iemmatrix_binops.c +*/ + void mtx_bin_matrix2(t_mtx_binmtx *x, t_symbol *s, int argc, t_atom *argv); void mtx_binmtx_bang(t_mtx_binmtx *x); void mtx_binmtx_free(t_mtx_binmtx *x); -- cgit v1.2.1