aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agos/intern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agos/intern.h b/engines/agos/intern.h
index af25030d5d..d8273e4c43 100644
--- a/engines/agos/intern.h
+++ b/engines/agos/intern.h
@@ -147,6 +147,8 @@ enum {
SUBROUTINE_LINE_BIG_SIZE = 8
};
+#include "common/pack-start.h"
+
struct Subroutine {
uint16 id; /* subroutine ID */
uint16 first; /* offset from subroutine start to first subroutine line */
@@ -160,6 +162,8 @@ struct SubroutineLine {
int16 noun2;
};
+#include "common/pack-end.h"
+
struct TimeEvent {
uint32 time;
uint16 subroutine_id;