aboutsummaryrefslogtreecommitdiffstats
path: root/audio/maplay/files/patch-subband.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio/maplay/files/patch-subband.h')
-rw-r--r--audio/maplay/files/patch-subband.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/audio/maplay/files/patch-subband.h b/audio/maplay/files/patch-subband.h
new file mode 100644
index 000000000000..cca6875c8c00
--- /dev/null
+++ b/audio/maplay/files/patch-subband.h
@@ -0,0 +1,21 @@
+*** subband.h.orig Thu Jun 23 21:14:40 1994
+--- subband.h Thu Dec 9 05:45:45 1999
+***************
+*** 35,42 ****
+ public:
+ virtual void read_allocation (Ibitstream *, Header *, Crc16 *) = 0;
+ virtual void read_scalefactor (Ibitstream *, Header *) = 0;
+! virtual bool read_sampledata (Ibitstream *) = 0;
+! virtual bool put_next_sample (e_channels, SynthesisFilter *, SynthesisFilter *) = 0;
+ };
+
+ #endif
+--- 35,42 ----
+ public:
+ virtual void read_allocation (Ibitstream *, Header *, Crc16 *) = 0;
+ virtual void read_scalefactor (Ibitstream *, Header *) = 0;
+! virtual boolean read_sampledata (Ibitstream *) = 0;
+! virtual boolean put_next_sample (e_channels, SynthesisFilter *, SynthesisFilter *) = 0;
+ };
+
+ #endif