aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/hdb.h
diff options
context:
space:
mode:
authorNipun Garg2019-07-24 02:53:28 +0530
committerEugene Sandulenko2019-09-03 17:17:27 +0200
commit4c012861bcf9b9babb95df2d2faaed380d914859 (patch)
treecc37b9f4e70b832258bab5599fa886110c6475ae /engines/hdb/hdb.h
parenta9fbd1ae1e5af3e9b15efd82e476419c26f23855 (diff)
downloadscummvm-rg350-4c012861bcf9b9babb95df2d2faaed380d914859.tar.gz
scummvm-rg350-4c012861bcf9b9babb95df2d2faaed380d914859.tar.bz2
scummvm-rg350-4c012861bcf9b9babb95df2d2faaed380d914859.zip
HDB: Play a MP3 sound from hdb.cpp
Diffstat (limited to 'engines/hdb/hdb.h')
-rw-r--r--engines/hdb/hdb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/hdb/hdb.h b/engines/hdb/hdb.h
index cea8ab3548..c6c26f9821 100644
--- a/engines/hdb/hdb.h
+++ b/engines/hdb/hdb.h
@@ -36,6 +36,10 @@
#include "common/config-manager.h"
#include "graphics/surface.h"
#include "graphics/thumbnail.h"
+#include "audio/mixer.h"
+#include "audio/audiostream.h"
+#include "audio/decoders/wave.h"
+#include "audio/decoders/mp3.h"
#include "gui/debugger.h"
#include "engines/engine.h"