diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-09-23 04:10:33 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-09-23 04:10:33 +0000 |
commit | 59b0aae67b1e72fce38c208382ce099bb88e5644 (patch) | |
tree | f4c57c4a6a02b96e278edd15e40e16463fc49f18 /externals/grill/vasp/source | |
parent | 3fb8afa21cd68ee74088aaef7dc425b24f0e37a5 (diff) |
""
svn path=/trunk/; revision=2054
Diffstat (limited to 'externals/grill/vasp/source')
-rw-r--r-- | externals/grill/vasp/source/ops.h | 28 |
1 files changed, 27 insertions, 1 deletions
diff --git a/externals/grill/vasp/source/ops.h b/externals/grill/vasp/source/ops.h index 9fdd7595..00dc8e44 100644 --- a/externals/grill/vasp/source/ops.h +++ b/externals/grill/vasp/source/ops.h @@ -1 +1,27 @@ -/*
VASP modular - vector assembling signal processor / objects for Max/MSP and PD
Copyright (c) 2002 Thomas Grill (xovo@gmx.net)
For information on usage and redistribution, and for a DISCLAIMER OF ALL
WARRANTIES, see the file, "license.txt," in this distribution.
*/
#ifndef __VASP_OPS_H
#define __VASP_OPS_H
#include "ops_assign.h"
#include "ops_arith.h"
#include "ops_trnsc.h"
#include "ops_cmp.h"
#include "ops_cplx.h"
#include "ops_flt.h"
#include "ops_dft.h"
#include "ops_gen.h"
#include "ops_wnd.h"
#include "ops_rearr.h"
#include "ops_resmp.h"
#include "ops_feature.h"
#endif
\ No newline at end of file +/* + +VASP modular - vector assembling signal processor / objects for Max/MSP and PD + +Copyright (c) 2002 Thomas Grill (xovo@gmx.net) +For information on usage and redistribution, and for a DISCLAIMER OF ALL +WARRANTIES, see the file, "license.txt," in this distribution. + +*/ + +#ifndef __VASP_OPS_H +#define __VASP_OPS_H + +#include "ops_assign.h" +#include "ops_arith.h" +#include "ops_trnsc.h" +#include "ops_cmp.h" +#include "ops_cplx.h" +#include "ops_flt.h" +#include "ops_dft.h" +#include "ops_gen.h" +#include "ops_wnd.h" +#include "ops_rearr.h" +#include "ops_resmp.h" +#include "ops_feature.h" + +#endif |