From edd226d1b646470780a785d32c06876697f75e7e Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Sat, 7 Apr 2007 17:18:16 +0000 Subject: Added new ManagedList class to handle Instruction and Command lists. The same class will be used to hold Zone, Animation and WalkNode lists. svn-id: r26410 --- engines/parallaction/commands.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/parallaction/commands.h') 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 CommandList; +typedef ManagedList CommandList; + } // namespace Parallaction #endif -- cgit v1.2.3