aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/scenery.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/scenery.h')
-rw-r--r--engines/gob/scenery.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/scenery.h b/engines/gob/scenery.h
index aad6a57dbf..a7d581a5bf 100644
--- a/engines/gob/scenery.h
+++ b/engines/gob/scenery.h
@@ -28,7 +28,7 @@ namespace Gob {
class Scenery {
public:
-#include <common/pack-start.h> // START STRUCT PACKING
+#include "common/pack-start.h" // START STRUCT PACKING
struct PieceDesc {
int16 left; //NOTE:
@@ -73,7 +73,7 @@ public:
AnimFramePiece *frames;
};
-#include <common/pack-end.h> // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
struct Static {
int16 layersCount;