aboutsummaryrefslogtreecommitdiff
path: root/src/iem_delay.h
diff options
context:
space:
mode:
authormusil <tmusil@users.sourceforge.net>2006-11-29 19:20:43 +0000
committermusil <tmusil@users.sourceforge.net>2006-11-29 19:20:43 +0000
commita1e92bd8ad513384243b67af4a44dab8744515d9 (patch)
tree513bef1ac88bc3074baf649e1f171cda0301ac61 /src/iem_delay.h
initial commitsvn2git-root
changed float to t_float -fno-strict-aliasing #pragma obsolete svn path=/trunk/externals/iem/iem_delay/; revision=6515
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