aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/game.h')
-rw-r--r--engines/gob/game.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/game.h b/engines/gob/game.h
index f6abc2ee67..efb07e7335 100644
--- a/engines/gob/game.h
+++ b/engines/gob/game.h
@@ -31,7 +31,7 @@ namespace Gob {
class Game {
public:
-#include <common/pack-start.h> // START STRUCT PACKING
+#include "common/pack-start.h" // START STRUCT PACKING
struct Collision {
int16 id;
@@ -129,7 +129,7 @@ public:
int32 vidBufferSize;
};
-#include <common/pack-end.h> // END STRUCT PACKING
+#include "common/pack-end.h" // END STRUCT PACKING
TotResTable *_totResourceTable;
Collision *_collisionAreas;