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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/parallaction/commands.h b/engines/parallaction/commands.h
index a1778b5d16..35ad6c15f3 100644
--- a/engines/parallaction/commands.h
+++ b/engines/parallaction/commands.h
@@ -73,6 +73,9 @@ struct Command : public Node {
~Command();
};
+//typedef Common::List<Command*> CommandList;
+typedef ManagedList<Command*> CommandList;
+
} // namespace Parallaction
#endif