aboutsummaryrefslogtreecommitdiff
path: root/engines/mohawk/console.cpp
diff options
context:
space:
mode:
authorBastien Bouclet2017-07-21 12:25:09 +0200
committerBastien Bouclet2017-07-22 20:38:56 +0200
commita2fc282e1c872a725f58b5d87d783191f1fe3987 (patch)
tree1b814d8c69e3d8fe06785b158a76a4c784195602 /engines/mohawk/console.cpp
parent01480f9a00bdc237477f6867c9b6404ec160c3f5 (diff)
downloadscummvm-rg350-a2fc282e1c872a725f58b5d87d783191f1fe3987.tar.gz
scummvm-rg350-a2fc282e1c872a725f58b5d87d783191f1fe3987.tar.bz2
scummvm-rg350-a2fc282e1c872a725f58b5d87d783191f1fe3987.zip
MOHAWK: Myst: Move the sound code to its own class
Diffstat (limited to 'engines/mohawk/console.cpp')
-rw-r--r--engines/mohawk/console.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mohawk/console.cpp b/engines/mohawk/console.cpp
index 5b810c5cc3..a25023cf39 100644
--- a/engines/mohawk/console.cpp
+++ b/engines/mohawk/console.cpp
@@ -22,6 +22,7 @@
#include "mohawk/console.h"
#include "mohawk/livingbooks.h"
+#include "mohawk/resource.h"
#include "mohawk/sound.h"
#include "mohawk/video.h"
@@ -37,6 +38,7 @@
#include "mohawk/myst_areas.h"
#include "mohawk/myst_graphics.h"
#include "mohawk/myst_scripts.h"
+#include "mohawk/myst_sound.h"
#endif
#ifdef ENABLE_RIVEN