aboutsummaryrefslogtreecommitdiff
path: root/src/iem_delay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/iem_delay.h')
-rw-r--r--src/iem_delay.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/iem_delay.h b/src/iem_delay.h
new file mode 100644
index 0000000..dea664b
--- /dev/null
+++ b/src/iem_delay.h
@@ -0,0 +1,11 @@
+/* For information on usage and redistribution, and for a DISCLAIMER OF ALL
+* WARRANTIES, see the file, "LICENSE.txt," in this distribution.
+
+iem_delay written by Thomas Musil (c) IEM KUG Graz Austria 2002 - 2006 */
+
+#ifndef __IEMDELAY_H__
+#define __IEMDELAY_H__
+
+#define DELLINE_DEF_VEC_SIZE 64
+
+#endif