aboutsummaryrefslogtreecommitdiff
path: root/engines/cge/btfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/cge/btfile.h')
-rw-r--r--engines/cge/btfile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/cge/btfile.h b/engines/cge/btfile.h
index 6e6398f4de..449f200140 100644
--- a/engines/cge/btfile.h
+++ b/engines/cge/btfile.h
@@ -39,6 +39,7 @@ namespace CGE {
#define BT_NONE 0xFFFF
#define BT_ROOT 0
+#include "common/pack-start.h" // START STRUCT PACKING
struct BT_KEYPACK {
char Key[BT_KEYLEN];
@@ -66,6 +67,8 @@ struct BT_PAGE {
};
};
+#include "common/pack-end.h" // END STRUCT PACKING
+
class BTFILE : public IOHAND {
struct {