diff options
author | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 19:41:20 +0000 |
---|---|---|
committer | Georg Holzmann <grholzi@users.sourceforge.net> | 2007-01-11 19:41:20 +0000 |
commit | cdb36b860a2862b642aac2becb76e173e9c91686 (patch) | |
tree | b0a9133c0560029661303cc63f924b15311db6b6 /src/iemmatrix.h | |
parent | af96ce865fc66357b8e1f0c27fc4e8693e28368c (diff) |
adopted iemmatrix to the new buildsystem
svn path=/trunk/externals/iem/iemmatrix/; revision=7303
Diffstat (limited to 'src/iemmatrix.h')
-rw-r--r-- | src/iemmatrix.h | 9 |
1 files changed, 9 insertions, 0 deletions
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); |