aboutsummaryrefslogtreecommitdiff
path: root/src/iem_ambi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iem_ambi.h')
-rw-r--r--src/iem_ambi.h15
1 files changed, 15 insertions, 0 deletions
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