summaryrefslogtreecommitdiffstats
path: root/src/audio/sampman.h
diff options
context:
space:
mode:
authorFilip Gawin <filip.gawin@zoho.com>2019-10-27 18:39:17 +0100
committerFilip Gawin <filip.gawin@zoho.com>2019-10-27 22:46:37 +0100
commita2e59564c858d3befff922692cd38d27ef25c11b (patch)
tree67153db4a995462c8ea1ade40d9d4a28e0c1f057 /src/audio/sampman.h
parentAudio fixes (diff)
downloadre3-a2e59564c858d3befff922692cd38d27ef25c11b.tar
re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.gz
re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.bz2
re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.lz
re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.xz
re3-a2e59564c858d3befff922692cd38d27ef25c11b.tar.zst
re3-a2e59564c858d3befff922692cd38d27ef25c11b.zip
Diffstat (limited to '')
-rw-r--r--src/audio/sampman.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/audio/sampman.h b/src/audio/sampman.h
index def4853f..ae27cdbf 100644
--- a/src/audio/sampman.h
+++ b/src/audio/sampman.h
@@ -135,6 +135,7 @@ public:
};
extern cSampleManager &SampleManager;
+extern int32 (&BankStartOffset)[MAX_SAMPLEBANKS];
static char StreamedNameTable[][25]=
{
@@ -334,4 +335,4 @@ static char StreamedNameTable[][25]=
"AUDIO\\t3_c.WAV",
"AUDIO\\k1_b.WAV",
"AUDIO\\cat1.WAV"
-}; \ No newline at end of file
+};