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 /sword2 | |
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 'sword2')
-rw-r--r-- | sword2/driver/driver96.h | 2 | ||||
-rw-r--r-- | sword2/driver/palette.cpp | 2 | ||||
-rw-r--r-- | sword2/driver/rdwin.cpp | 2 | ||||
-rw-r--r-- | sword2/resman.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sword2/driver/driver96.h b/sword2/driver/driver96.h index bf3ae4d1ad..0ec40348bc 100644 --- a/sword2/driver/driver96.h +++ b/sword2/driver/driver96.h @@ -1022,7 +1022,7 @@ #include <string.h> #include "common/scummsys.h" -#include "common/engine.h" // for warning() +#include "base/engine.h" // for warning() #include "common/system.h" #include "common/rect.h" //#include "ddraw.h" diff --git a/sword2/driver/palette.cpp b/sword2/driver/palette.cpp index 96a73da58d..7b3b7820c5 100644 --- a/sword2/driver/palette.cpp +++ b/sword2/driver/palette.cpp @@ -147,7 +147,7 @@ #include <stdio.h> #include "common/util.h" -#include "common/engine.h" +#include "base/engine.h" #include "d_draw.h" #include "driver96.h" #include "../sword2.h" diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp index 32c729975b..dfa96190bf 100644 --- a/sword2/driver/rdwin.cpp +++ b/sword2/driver/rdwin.cpp @@ -18,7 +18,7 @@ */ #include "common/stdafx.h" -#include "common/engine.h" +#include "base/engine.h" #include "common/timer.h" #include "driver96.h" diff --git a/sword2/resman.cpp b/sword2/resman.cpp index 6e031da08f..ce8f723660 100644 --- a/sword2/resman.cpp +++ b/sword2/resman.cpp @@ -23,7 +23,7 @@ #include "stdafx.h" -#include "common/engine.h" +#include "base/engine.h" #include "common/file.h" #include "driver/driver96.h" |