From 2fef2dcb84dc6d9ee2884ac6097fa9fb0bd24e20 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 28 Oct 2003 19:51:30 +0000 Subject: bs2 -> sword2 svn-id: r10997 --- sword2/driver/_mouse.cpp | 10 +++++----- sword2/driver/d_draw.cpp | 16 ++++++++-------- sword2/driver/d_draw.h | 2 +- sword2/driver/d_sound.cpp | 6 +++--- sword2/driver/keyboard.cpp | 2 +- sword2/driver/language.cpp | 2 +- sword2/driver/menu.cpp | 8 ++++---- sword2/driver/misc.cpp | 4 ++-- sword2/driver/palette.cpp | 6 +++--- sword2/driver/rdwin.cpp | 20 ++++++++++---------- sword2/driver/render.cpp | 14 +++++++------- sword2/driver/render.h | 2 +- sword2/driver/sprite.cpp | 12 ++++++------ 13 files changed, 52 insertions(+), 52 deletions(-) (limited to 'sword2/driver') 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 { -- cgit v1.2.3