From db6b7c2e1c52c536a7f9690a410bf69817e0b2c5 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Wed, 18 Apr 2001 22:33:39 +0000 Subject: Initial revision CVS patchset: 1 CVS date: 2001/04/18 22:33:39 --- src/libac3/cmplx.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/libac3/cmplx.h (limited to 'src/libac3/cmplx.h') diff --git a/src/libac3/cmplx.h b/src/libac3/cmplx.h new file mode 100644 index 000000000..a357fab38 --- /dev/null +++ b/src/libac3/cmplx.h @@ -0,0 +1,9 @@ +#ifndef __COMPLEX_H__ +#define __COMPLEX_H__ + +typedef struct complex { + float re; + float im; +} complex_t; + +#endif -- cgit v1.2.3