aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sci/resource.h')
-rw-r--r--engines/sci/resource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/sci/resource.h b/engines/sci/resource.h
index 9fc9708e74..119d8600b0 100644
--- a/engines/sci/resource.h
+++ b/engines/sci/resource.h
@@ -654,6 +654,7 @@ public:
struct Track {
byte type;
byte channelCount;
+ SciSpan<const byte> header;
Channel *channels;
int16 digitalChannelNr;
uint16 digitalSampleRate;