aboutsummaryrefslogtreecommitdiff
path: root/engines/sword1/router.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sword1/router.h')
-rw-r--r--engines/sword1/router.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/engines/sword1/router.h b/engines/sword1/router.h
index 9847cee499..12b8714860 100644
--- a/engines/sword1/router.h
+++ b/engines/sword1/router.h
@@ -27,9 +27,7 @@
namespace Sword1 {
-#if defined(START_PACK_STRUCTS)
-#pragma START_PACK_STRUCTS
-#endif
+#include <common/pack-start.h> // START STRUCT PACKING
struct BarData {
int16 x1;
@@ -53,9 +51,7 @@ struct NodeData {
int16 dist;
};
-#if defined(END_PACK_STRUCTS)
-#pragma END_PACK_STRUCTS
-#endif
+#include <common/pack-end.h> // END STRUCT PACKING
struct FloorData {
int32 nbars;