aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/object.h')
-rw-r--r--engines/scumm/object.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/object.h b/engines/scumm/object.h
index 016aea1803..d5d447dde4 100644
--- a/engines/scumm/object.h
+++ b/engines/scumm/object.h
@@ -51,7 +51,7 @@ struct ObjectData {
byte flags;
};
-#include <common/pack-start.h> // START STRUCT PACKING
+#include "common/pack-start.h" // START STRUCT PACKING
struct RoomHeader {
union {
@@ -157,7 +157,7 @@ struct ImageHeader { /* file format */
};
};
-#include <common/pack-end.h> // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
struct FindObjectInRoom {
const CodeHeader *cdhd;