aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/map.h
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/gob/map.h
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/gob/map.h')
-rw-r--r--engines/gob/map.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/map.h b/engines/gob/map.h
index ed92116f01..41c81e3ef2 100644
--- a/engines/gob/map.h
+++ b/engines/gob/map.h
@@ -43,7 +43,7 @@ public:
kDirSE = 0x5100
};
-#include <common/pack-start.h> // START STRUCT PACKING
+#include "common/pack-start.h" // START STRUCT PACKING
struct Point {
int16 x;
@@ -59,7 +59,7 @@ public:
int8 orient; // ??
};
-#include <common/pack-end.h> // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
int16 _mapWidth;
int16 _mapHeight;