diff options
| author | Max Horn | 2003-09-18 02:07:18 +0000 |
|---|---|---|
| committer | Max Horn | 2003-09-18 02:07:18 +0000 |
| commit | be9d4066e147e1f7eebd5b554f11b876f93f3ae9 (patch) | |
| tree | 98416196bcb39d49d4effb582a6e0bba165249b1 /scumm | |
| parent | ec0d41137ca8bf414f674afd6f6103ad6e9bf0ac (diff) | |
| download | scummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.tar.gz scummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.tar.bz2 scummvm-rg350-be9d4066e147e1f7eebd5b554f11b876f93f3ae9.zip | |
moved engine.* to base; this fixes some linking issues when building a barebone ScummVM (or maybe I just want to increase our CVS stats? <g>)
svn-id: r10287
Diffstat (limited to 'scumm')
| -rw-r--r-- | scumm/imuse_player.cpp | 2 | ||||
| -rw-r--r-- | scumm/player_v1.cpp | 2 | ||||
| -rw-r--r-- | scumm/player_v2.cpp | 2 | ||||
| -rw-r--r-- | scumm/player_v3a.cpp | 2 | ||||
| -rw-r--r-- | scumm/script.h | 2 | ||||
| -rw-r--r-- | scumm/scumm.h | 2 | ||||
| -rw-r--r-- | scumm/smush/smush_player.cpp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/scumm/imuse_player.cpp b/scumm/imuse_player.cpp index 986dfb6340..784b92bb0e 100644 --- a/scumm/imuse_player.cpp +++ b/scumm/imuse_player.cpp @@ -22,7 +22,7 @@ #include "stdafx.h" #include "common/util.h" -#include "common/engine.h" +#include "base/engine.h" #include "scumm/imuse_internal.h" #include "scumm/saveload.h" diff --git a/scumm/player_v1.cpp b/scumm/player_v1.cpp index a5032d099e..92b2366705 100644 --- a/scumm/player_v1.cpp +++ b/scumm/player_v1.cpp @@ -19,7 +19,7 @@ */ #include "stdafx.h" -#include "common/engine.h" +#include "base/engine.h" #include "player_v1.h" #include "scumm.h" diff --git a/scumm/player_v2.cpp b/scumm/player_v2.cpp index b2d36d472f..d8910ebf63 100644 --- a/scumm/player_v2.cpp +++ b/scumm/player_v2.cpp @@ -19,7 +19,7 @@ */ #include "stdafx.h" -#include "common/engine.h" +#include "base/engine.h" #include "player_v2.h" #include "scumm.h" #include "sound/mididrv.h" diff --git a/scumm/player_v3a.cpp b/scumm/player_v3a.cpp index 00522e9f48..739a91ad82 100644 --- a/scumm/player_v3a.cpp +++ b/scumm/player_v3a.cpp @@ -19,7 +19,7 @@ */ #include "stdafx.h" -#include "common/engine.h" +#include "base/engine.h" #include "player_v3a.h" #include "scumm.h" #include "sound/mixer.h" diff --git a/scumm/script.h b/scumm/script.h index 9957566dfd..e1c5fcdb8c 100644 --- a/scumm/script.h +++ b/scumm/script.h @@ -23,7 +23,7 @@ #ifndef SCRIPT_H #define SCRIPT_H -#include "common/engine.h" +#include "base/engine.h" /* System Wide Constants */ diff --git a/scumm/scumm.h b/scumm/scumm.h index c5869f4835..2474d81cd4 100644 --- a/scumm/scumm.h +++ b/scumm/scumm.h @@ -23,7 +23,7 @@ #ifndef SCUMM_H #define SCUMM_H -#include "common/engine.h" +#include "base/engine.h" #include "common/file.h" #include "common/map.h" #include "common/rect.h" diff --git a/scumm/smush/smush_player.cpp b/scumm/smush/smush_player.cpp index e4342e045b..e317e7a903 100644 --- a/scumm/smush/smush_player.cpp +++ b/scumm/smush/smush_player.cpp @@ -33,7 +33,7 @@ #include "chunk.h" #include "chunk_type.h" -#include "common/engine.h" +#include "base/engine.h" #include "common/file.h" #include "common/util.h" #include "common/timer.h" |
