aboutsummaryrefslogtreecommitdiff
path: root/common/gameDetector.cpp
diff options
context:
space:
mode:
authorMax Horn2002-11-06 16:01:36 +0000
committerMax Horn2002-11-06 16:01:36 +0000
commit004afead33bceab805bde3c6ca6d299f582612af (patch)
tree7d2075489c6171c5299d47a2b2880a38c4c463d6 /common/gameDetector.cpp
parent80f1888b29a516be485ba8bb924ca4b33f151a03 (diff)
downloadscummvm-rg350-004afead33bceab805bde3c6ca6d299f582612af.tar.gz
scummvm-rg350-004afead33bceab805bde3c6ca6d299f582612af.tar.bz2
scummvm-rg350-004afead33bceab805bde3c6ca6d299f582612af.zip
moved some constants from scumm.h to gameDetector.h; this way, we don't have to include scumm.h in gameDetector.cpp (good, as it seperates scumm/ from common/ even more)
svn-id: r5444
Diffstat (limited to 'common/gameDetector.cpp')
-rw-r--r--common/gameDetector.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/gameDetector.cpp b/common/gameDetector.cpp
index 3102c26379..36eca49e6e 100644
--- a/common/gameDetector.cpp
+++ b/common/gameDetector.cpp
@@ -22,9 +22,10 @@
#include "stdafx.h"
-#include "scumm/scumm.h"
+//#include "scumm/scumm.h"
#include "sound/mididrv.h"
#include "scumm/imuse.h"
+#include "common/engine.h"
#include "common/gameDetector.h"
#include "common/config-file.h"