aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/sound.cpp
diff options
context:
space:
mode:
authoruruk2013-09-19 21:21:53 +0200
committeruruk2013-09-19 21:21:53 +0200
commit31637f198333999a75e513267002819b1ee6e752 (patch)
tree317a6b9c09f36eb52d5f5225e5cbc23fdaac18bc /engines/avalanche/sound.cpp
parent21a9de5df23395b5a5466a7345222a045eab8135 (diff)
downloadscummvm-rg350-31637f198333999a75e513267002819b1ee6e752.tar.gz
scummvm-rg350-31637f198333999a75e513267002819b1ee6e752.tar.bz2
scummvm-rg350-31637f198333999a75e513267002819b1ee6e752.zip
AVALANCHE: Cosmetic modifications.
Diffstat (limited to 'engines/avalanche/sound.cpp')
-rw-r--r--engines/avalanche/sound.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/engines/avalanche/sound.cpp b/engines/avalanche/sound.cpp
index 7ab94c772c..dba679e17b 100644
--- a/engines/avalanche/sound.cpp
+++ b/engines/avalanche/sound.cpp
@@ -20,13 +20,14 @@
*
*/
-#include "common/system.h"
-#include "common/config-manager.h"
#include "audio/audiostream.h"
#include "avalanche/avalanche.h"
#include "avalanche/sound.h"
+#include "common/system.h"
+#include "common/config-manager.h"
+
namespace Avalanche {
SoundHandler::SoundHandler(AvalancheEngine *vm) : _vm(vm) {