aboutsummaryrefslogtreecommitdiff
path: root/sky
diff options
context:
space:
mode:
authorMax Horn2003-09-17 22:41:01 +0000
committerMax Horn2003-09-17 22:41:01 +0000
commitc1a678afeb5100a99030bb51782e5de98d771997 (patch)
treebae1b38145179bae284a14c983c9541db7644f8c /sky
parent0b16afb067a7b3f09a97507675eaa4872a59df38 (diff)
downloadscummvm-rg350-c1a678afeb5100a99030bb51782e5de98d771997.tar.gz
scummvm-rg350-c1a678afeb5100a99030bb51782e5de98d771997.tar.bz2
scummvm-rg350-c1a678afeb5100a99030bb51782e5de98d771997.zip
new module 'base'; moved gameDetector.*, main.cpp and base/plugins.* there (this removes the need for an ugly hack in the build system, and is also conceptionally cleaner)
svn-id: r10282
Diffstat (limited to 'sky')
-rw-r--r--sky/control.cpp2
-rw-r--r--sky/logic.cpp2
-rw-r--r--sky/sky.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/sky/control.cpp b/sky/control.cpp
index 4d84a428ac..ca36685866 100644
--- a/sky/control.cpp
+++ b/sky/control.cpp
@@ -23,7 +23,7 @@
#include "sky/skydefs.h"
#include "sky/sky.h"
#include "common/file.h"
-#include "common/gameDetector.h"
+#include "base/gameDetector.h"
#ifdef _WIN32_WCE
extern void force_keyboard(bool);
diff --git a/sky/logic.cpp b/sky/logic.cpp
index ccddf1b17a..69fd9748ef 100644
--- a/sky/logic.cpp
+++ b/sky/logic.cpp
@@ -25,7 +25,7 @@
#include "sky/compact.h"
#include "sky/skydefs.h"
#include "sky/talks.h"
-#include "common/gameDetector.h"
+#include "base/gameDetector.h"
uint32 SkyLogic::_scriptVariables[838];
diff --git a/sky/sky.cpp b/sky/sky.cpp
index 4981149806..c2c0708d23 100644
--- a/sky/sky.cpp
+++ b/sky/sky.cpp
@@ -26,8 +26,8 @@
#include "sky/logic.h"
#include "sky/debug.h"
#include "sky/mouse.h"
+#include "base/gameDetector.h"
#include "common/file.h"
-#include "common/gameDetector.h"
#include <errno.h>
#include <time.h>