aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1
diff options
context:
space:
mode:
authorTorbjörn Andersson2006-07-23 16:13:26 +0000
committerTorbjörn Andersson2006-07-23 16:13:26 +0000
commitc32076e5d0679cefa2fdb2d191e7caf37f79ffdf (patch)
treeffc72722922a373ba9f5192c8f2165736e40d1a3 /engines/sword1
parenteabe720a0e79d902d862995816abf9550fc6295f (diff)
downloadscummvm-rg350-c32076e5d0679cefa2fdb2d191e7caf37f79ffdf.tar.gz
scummvm-rg350-c32076e5d0679cefa2fdb2d191e7caf37f79ffdf.tar.bz2
scummvm-rg350-c32076e5d0679cefa2fdb2d191e7caf37f79ffdf.zip
Use #include "..." instead of #include <...> for pack-start.h and pack-end.h
for consistency with other #includes. svn-id: r23585
Diffstat (limited to 'engines/sword1')
-rw-r--r--engines/sword1/mouse.h4
-rw-r--r--engines/sword1/object.h4
-rw-r--r--engines/sword1/router.h4
-rw-r--r--engines/sword1/sworddefs.h4
4 files changed, 8 insertions, 8 deletions
diff --git a/engines/sword1/mouse.h b/engines/sword1/mouse.h
index c57cab8417..9c4216a5a0 100644
--- a/engines/sword1/mouse.h
+++ b/engines/sword1/mouse.h
@@ -48,7 +48,7 @@ struct MouseObj {
Object *compact;
};
-#include <common/pack-start.h> // START STRUCT PACKING
+#include "common/pack-start.h" // START STRUCT PACKING
struct MousePtr {
uint16 numFrames;
@@ -59,7 +59,7 @@ struct MousePtr {
uint8 dummyData[0x30];
};
-#include <common/pack-end.h> // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
class Logic;
class Menu;
diff --git a/engines/sword1/object.h b/engines/sword1/object.h
index 4ab4b735a3..88599a6a62 100644
--- a/engines/sword1/object.h
+++ b/engines/sword1/object.h
@@ -32,7 +32,7 @@ namespace Sword1 {
#define O_GRID_SIZE 200
#define EXTRA_GRID_SIZE 20
-#include <common/pack-start.h> // START STRUCT PACKING
+#include "common/pack-start.h" // START STRUCT PACKING
struct OEventSlot { //receiving event list in the compact -
int32 o_event; //array of these with O_TOTAL_EVENTS elements
@@ -118,7 +118,7 @@ struct Object {
// mega size = 12340 bytes (+ 8 byte offset table + 20 byte header = 12368)
};
-#include <common/pack-end.h> // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
} // End of namespace Sword1
diff --git a/engines/sword1/router.h b/engines/sword1/router.h
index 12b8714860..d45a08dca2 100644
--- a/engines/sword1/router.h
+++ b/engines/sword1/router.h
@@ -27,7 +27,7 @@
namespace Sword1 {
-#include <common/pack-start.h> // START STRUCT PACKING
+#include "common/pack-start.h" // START STRUCT PACKING
struct BarData {
int16 x1;
@@ -51,7 +51,7 @@ struct NodeData {
int16 dist;
};
-#include <common/pack-end.h> // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
struct FloorData {
int32 nbars;
diff --git a/engines/sword1/sworddefs.h b/engines/sword1/sworddefs.h
index b060796655..3f3b5765da 100644
--- a/engines/sword1/sworddefs.h
+++ b/engines/sword1/sworddefs.h
@@ -89,7 +89,7 @@ namespace Sword1 {
#define MAX_text_obs 2 //text compacts
#define TEXT_sect 149 //text compacts exist in section 149, probably after all the megas
-#include <common/pack-start.h> // START STRUCT PACKING
+#include "common/pack-start.h" // START STRUCT PACKING
struct Header {
char type[6];
@@ -132,7 +132,7 @@ struct WalkGridHeader {
int32 numNodes;
};
-#include <common/pack-end.h> // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
enum fileTypes {
TYPE_CD1 = 0,