blob: 3283c980cfb179f938e999cdb5619a0a45f6caba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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
|