aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
diff options
context:
space:
mode:
Diffstat (limited to 'engines/saga')
-rw-r--r--engines/saga/gfx.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/saga/gfx.h b/engines/saga/gfx.h
index 1bffbd2834..f3a2f14068 100644
--- a/engines/saga/gfx.h
+++ b/engines/saga/gfx.h
@@ -78,9 +78,7 @@ struct ClipData {
}
};
-#if defined(START_PACK_STRUCTS)
-#pragma START_PACK_STRUCTS
-#endif
+#include <common/pack-start.h> // START STRUCT PACKING
struct PalEntry {
byte red;
@@ -88,9 +86,7 @@ struct PalEntry {
byte blue;
};
-#if defined(END_PACK_STRUCTS)
-#pragma END_PACK_STRUCTS
-#endif
+#include <common/pack-end.h> // END STRUCT PACKING
struct Color {
int red;