aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/agi/sound.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agi/sound.h b/engines/agi/sound.h
index 8a4f6a5deb..5f67faa142 100644
--- a/engines/agi/sound.h
+++ b/engines/agi/sound.h
@@ -56,6 +56,8 @@ struct AgiSound {
uint16 type; /**< sound resource type */
};
+#include "common/pack-start.h"
+
/**
* AGI sound note structure.
*/
@@ -67,6 +69,8 @@ struct AgiNote {
uint8 vol; /**< note volume */
};
+#include "common/pack-end.h"
+
/**
* AGI engine sound channel structure.
*/