aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
diff options
context:
space:
mode:
authorMax Horn2010-03-18 15:07:11 +0000
committerMax Horn2010-03-18 15:07:11 +0000
commitd78dba3bcae77e85107836cfeecaa958b7ebe4d4 (patch)
treeffe9793ec249ebe8bb429ce1cbeb9ef5155b0578 /engines/sword1
parentef93d6921ee4dfed349093bd7378d99107d9e211 (diff)
downloadscummvm-rg350-d78dba3bcae77e85107836cfeecaa958b7ebe4d4.tar.gz
scummvm-rg350-d78dba3bcae77e85107836cfeecaa958b7ebe4d4.tar.bz2
scummvm-rg350-d78dba3bcae77e85107836cfeecaa958b7ebe4d4.zip
COMMON: Move Common::RandomSource to common/random.*
svn-id: r48279
Diffstat (limited to 'engines/sword1')
-rw-r--r--engines/sword1/logic.h1
-rw-r--r--engines/sword1/sound.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/engines/sword1/logic.h b/engines/sword1/logic.h
index aabfb7fce9..4ec8ad15c5 100644
--- a/engines/sword1/logic.h
+++ b/engines/sword1/logic.h
@@ -30,6 +30,7 @@
#include "sword1/sworddefs.h"
#include "sword1/objectman.h"
#include "common/util.h"
+#include "common/random.h"
#include "sound/mixer.h"
namespace Sword1 {
diff --git a/engines/sword1/sound.h b/engines/sword1/sound.h
index 4a92f79e34..ececb95875 100644
--- a/engines/sword1/sound.h
+++ b/engines/sword1/sound.h
@@ -29,8 +29,9 @@
#include "sword1/object.h"
#include "sword1/sworddefs.h"
#include "common/file.h"
-#include "sound/mixer.h"
#include "common/util.h"
+#include "common/random.h"
+#include "sound/mixer.h"
namespace Audio {
class Mixer;