aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
diff options
context:
space:
mode:
authorMax Horn2003-10-28 19:51:30 +0000
committerMax Horn2003-10-28 19:51:30 +0000
commit2fef2dcb84dc6d9ee2884ac6097fa9fb0bd24e20 (patch)
tree42d382415ab22330ff7098e3fae9363d12cd27ef /sword2/driver
parent8be0e318b6a23c2fc6b9657b6fa3d8b0825c7e96 (diff)
downloadscummvm-rg350-2fef2dcb84dc6d9ee2884ac6097fa9fb0bd24e20.tar.gz
scummvm-rg350-2fef2dcb84dc6d9ee2884ac6097fa9fb0bd24e20.tar.bz2
scummvm-rg350-2fef2dcb84dc6d9ee2884ac6097fa9fb0bd24e20.zip
bs2 -> sword2
svn-id: r10997
Diffstat (limited to 'sword2/driver')
-rw-r--r--sword2/driver/_mouse.cpp10
-rw-r--r--sword2/driver/d_draw.cpp16
-rw-r--r--sword2/driver/d_draw.h2
-rw-r--r--sword2/driver/d_sound.cpp6
-rw-r--r--sword2/driver/keyboard.cpp2
-rw-r--r--sword2/driver/language.cpp2
-rw-r--r--sword2/driver/menu.cpp8
-rw-r--r--sword2/driver/misc.cpp4
-rw-r--r--sword2/driver/palette.cpp6
-rw-r--r--sword2/driver/rdwin.cpp20
-rw-r--r--sword2/driver/render.cpp14
-rw-r--r--sword2/driver/render.h2
-rw-r--r--sword2/driver/sprite.cpp12
13 files changed, 52 insertions, 52 deletions
diff --git a/sword2/driver/_mouse.cpp b/sword2/driver/_mouse.cpp
index 4681249d83..8da4538daf 100644
--- a/sword2/driver/_mouse.cpp
+++ b/sword2/driver/_mouse.cpp
@@ -18,11 +18,11 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/render.h"
-#include "bs2/driver/menu.h"
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/render.h"
+#include "sword2/driver/menu.h"
+#include "sword2/sword2.h"
namespace Sword2 {
diff --git a/sword2/driver/d_draw.cpp b/sword2/driver/d_draw.cpp
index 963e5a79d4..44069de1c5 100644
--- a/sword2/driver/d_draw.cpp
+++ b/sword2/driver/d_draw.cpp
@@ -19,14 +19,14 @@
#include "stdafx.h"
#include "sound/mixer.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/rdwin.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/palette.h"
-#include "bs2/driver/render.h"
-#include "bs2/header.h" // HACK: For cutscenes instruction message
-#include "bs2/maketext.h" // HACK: For cutscenes instruction message
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/rdwin.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/palette.h"
+#include "sword2/driver/render.h"
+#include "sword2/header.h" // HACK: For cutscenes instruction message
+#include "sword2/maketext.h" // HACK: For cutscenes instruction message
+#include "sword2/sword2.h"
namespace Sword2 {
diff --git a/sword2/driver/d_draw.h b/sword2/driver/d_draw.h
index 17e79c8631..9fe87e16ab 100644
--- a/sword2/driver/d_draw.h
+++ b/sword2/driver/d_draw.h
@@ -20,7 +20,7 @@
#ifndef D_DRAW_H
#define D_DRAW_H
-#include "bs2/driver/driver96.h"
+#include "sword2/driver/driver96.h"
namespace Sword2 {
diff --git a/sword2/driver/d_sound.cpp b/sword2/driver/d_sound.cpp
index 69ec2fe8e0..cc8df01562 100644
--- a/sword2/driver/d_sound.cpp
+++ b/sword2/driver/d_sound.cpp
@@ -36,9 +36,9 @@
#include "sound/audiostream.h"
#include "sound/mixer.h"
#include "sound/rate.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/d_sound.h"
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/d_sound.h"
+#include "sword2/sword2.h"
namespace Sword2 {
diff --git a/sword2/driver/keyboard.cpp b/sword2/driver/keyboard.cpp
index 85272a8d51..d5f5e90f0c 100644
--- a/sword2/driver/keyboard.cpp
+++ b/sword2/driver/keyboard.cpp
@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
+#include "sword2/driver/driver96.h"
namespace Sword2 {
diff --git a/sword2/driver/language.cpp b/sword2/driver/language.cpp
index eaef47999b..67bb4e8cc1 100644
--- a/sword2/driver/language.cpp
+++ b/sword2/driver/language.cpp
@@ -18,7 +18,7 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
+#include "sword2/driver/driver96.h"
namespace Sword2 {
diff --git a/sword2/driver/menu.cpp b/sword2/driver/menu.cpp
index 06bbcd8044..54a87c20ac 100644
--- a/sword2/driver/menu.cpp
+++ b/sword2/driver/menu.cpp
@@ -19,10 +19,10 @@
#include "stdafx.h"
#include "common/rect.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/menu.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/render.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/menu.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/render.h"
namespace Sword2 {
diff --git a/sword2/driver/misc.cpp b/sword2/driver/misc.cpp
index 0fcc72a885..6e68e622f9 100644
--- a/sword2/driver/misc.cpp
+++ b/sword2/driver/misc.cpp
@@ -18,8 +18,8 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/sword2.h"
namespace Sword2 {
diff --git a/sword2/driver/palette.cpp b/sword2/driver/palette.cpp
index 480c0de0a5..aa0f860a62 100644
--- a/sword2/driver/palette.cpp
+++ b/sword2/driver/palette.cpp
@@ -20,9 +20,9 @@
#include "stdafx.h"
#include "common/util.h"
#include "base/engine.h"
-#include "bs2/sword2.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/driver96.h"
+#include "sword2/sword2.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/driver96.h"
namespace Sword2 {
diff --git a/sword2/driver/rdwin.cpp b/sword2/driver/rdwin.cpp
index 2f12e6c9fa..674ac960bf 100644
--- a/sword2/driver/rdwin.cpp
+++ b/sword2/driver/rdwin.cpp
@@ -18,16 +18,16 @@
*/
#include "common/stdafx.h"
-#include "bs2/sword2.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/_mouse.h"
-#include "bs2/driver/keyboard.h"
-#include "bs2/driver/rdwin.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/palette.h"
-#include "bs2/driver/render.h"
-#include "bs2/driver/menu.h"
-#include "bs2/driver/d_sound.h"
+#include "sword2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/_mouse.h"
+#include "sword2/driver/keyboard.h"
+#include "sword2/driver/rdwin.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/palette.h"
+#include "sword2/driver/render.h"
+#include "sword2/driver/menu.h"
+#include "sword2/driver/d_sound.h"
namespace Sword2 {
diff --git a/sword2/driver/render.cpp b/sword2/driver/render.cpp
index e0cc9fc7df..e844294c43 100644
--- a/sword2/driver/render.cpp
+++ b/sword2/driver/render.cpp
@@ -18,13 +18,13 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/rdwin.h"
-#include "bs2/driver/_mouse.h"
-#include "bs2/driver/render.h"
-#include "bs2/driver/menu.h"
-#include "bs2/sword2.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/rdwin.h"
+#include "sword2/driver/_mouse.h"
+#include "sword2/driver/render.h"
+#include "sword2/driver/menu.h"
+#include "sword2/sword2.h"
namespace Sword2 {
diff --git a/sword2/driver/render.h b/sword2/driver/render.h
index 7fef5d9b72..b112789e9f 100644
--- a/sword2/driver/render.h
+++ b/sword2/driver/render.h
@@ -20,7 +20,7 @@
#ifndef RENDER_H
#define RENDER_H
-#include "bs2/driver/menu.h"
+#include "sword2/driver/menu.h"
namespace Sword2 {
diff --git a/sword2/driver/sprite.cpp b/sword2/driver/sprite.cpp
index 65aefcd6c7..ba0a95bc0e 100644
--- a/sword2/driver/sprite.cpp
+++ b/sword2/driver/sprite.cpp
@@ -18,12 +18,12 @@
*/
#include "stdafx.h"
-#include "bs2/driver/driver96.h"
-#include "bs2/driver/d_draw.h"
-#include "bs2/driver/render.h"
-#include "bs2/driver/menu.h"
-#include "bs2/driver/palette.h"
-#include "bs2/driver/rdwin.h"
+#include "sword2/driver/driver96.h"
+#include "sword2/driver/d_draw.h"
+#include "sword2/driver/render.h"
+#include "sword2/driver/menu.h"
+#include "sword2/driver/palette.h"
+#include "sword2/driver/rdwin.h"
namespace Sword2 {