22 #ifndef MUTATIONOFJB_ENDBLOCKCOMMAND_H 23 #define MUTATIONOFJB_ENDBLOCKCOMMAND_H 25 #include "mutationofjb/commands/command.h" 27 #include "common/scummsys.h" 28 #include "common/array.h" 29 #include "common/str.h" 48 struct NameAndCommand {
58 NameAndCommandArray _foundMacros;
59 IdAndCommandArray _foundStartups;
60 NameAndCommandArray _foundExtras;
Definition: endblockcommand.h:35
Definition: endblockcommand.h:63
void transition(ScriptParseContext &parseCtx, Command *oldCommand, Command *newCommand, CommandParser *newCommandParser) override
Definition: animationdecoder.h:36
bool parse(const Common::String &line, ScriptParseContext &parseCtx, Command *&command) override
void finish(ScriptParseContext &parseCtx) override