aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/commands.h')
-rw-r--r--engines/parallaction/commands.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/parallaction/commands.h b/engines/parallaction/commands.h
index eed3160480..5070aef2e9 100644
--- a/engines/parallaction/commands.h
+++ b/engines/parallaction/commands.h
@@ -23,6 +23,10 @@
#ifndef PARALLACTION_COMMANDS_H
#define PARALLACTION_COMMANDS_H
+
+#include "common/stdafx.h"
+#include "common/scummsys.h"
+
#include "parallaction/defs.h"
namespace Parallaction {
@@ -34,6 +38,9 @@ enum CommandFlags {
kFlagsGlobal = 0x40000000
};
+struct Zone;
+struct Animation;
+
// TODO: turn this into a struct
union CommandData {
uint32 _flags;