aboutsummaryrefslogtreecommitdiff
path: root/src/iem_bin_ambi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iem_bin_ambi.h')
-rw-r--r--src/iem_bin_ambi.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/iem_bin_ambi.h b/src/iem_bin_ambi.h
new file mode 100644
index 0000000..1757d2e
--- /dev/null
+++ b/src/iem_bin_ambi.h
@@ -0,0 +1,16 @@
+/* For information on usage and redistribution, and for a DISCLAIMER OF ALL
+* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
+
+iem_bin_ambi written by Thomas Musil, Copyright (c) IEM KUG Graz Austria 2000 - 2003 */
+
+#ifndef __IEMBINAMBI_H__
+#define __IEMBINAMBI_H__
+
+typedef struct
+{
+ float real;
+ float imag;
+}
+BIN_AMBI_COMPLEX;
+
+#endif