From e5a3c99d0f46d825a5550e88a0906f900e31be52 Mon Sep 17 00:00:00 2001 From: musil Date: Thu, 9 Mar 2006 17:05:43 +0000 Subject: initial version JAN_06 with all sources svn path=/trunk/externals/iem/iem_ambi/; revision=4668 --- src/iem_ambi.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 src/iem_ambi.h (limited to 'src/iem_ambi.h') diff --git a/src/iem_ambi.h b/src/iem_ambi.h new file mode 100644 index 0000000..3283c98 --- /dev/null +++ b/src/iem_ambi.h @@ -0,0 +1,15 @@ +/* For information on usage and redistribution, and for a DISCLAIMER OF ALL +* WARRANTIES, see the file, "LICENSE.txt," in this distribution. + +iem_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2005 */ + +#ifndef __IEMAMBI_H__ +#define __IEMAMBI_H__ + +#define AMBI_LS_REAL 0 +#define AMBI_LS_IND 0 +#define AMBI_LS_MRG 1 +#define AMBI_LS_MIR 2 +#define AMBI_LS_PHT 3 + +#endif -- cgit v1.2.1