aboutsummaryrefslogtreecommitdiff
path: root/sound/resample.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'sound/resample.cpp')
-rw-r--r--sound/resample.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/resample.cpp b/sound/resample.cpp
index 424508e88e..32cc19e2c5 100644
--- a/sound/resample.cpp
+++ b/sound/resample.cpp
@@ -58,6 +58,11 @@
/* resample includes */
#include "resample.h"
+typedef struct {
+ byte priv[1024];
+} eff_struct;
+typedef eff_struct *eff_t;
+
/* this Float MUST match that in filter.c */
#define Float double/*float*/