22 #ifndef MUTATIONOFJB_CONDITIONALCOMMAND_H 23 #define MUTATIONOFJB_CONDITIONALCOMMAND_H 25 #include "mutationofjb/commands/command.h" 26 #include "common/scummsys.h" 27 #include "common/queue.h" 46 Command *getTrueCommand()
const;
47 Command *getFalseCommand()
const;
49 void setTrueCommand(
Command *command);
50 void setFalseCommand(
Command *command);
Definition: animationdecoder.h:36
Definition: conditionalcommand.h:42
void finish(ScriptParseContext &parseCtx) override
Definition: conditionalcommand.h:31
void transition(ScriptParseContext &parseCtx, Command *oldCommand, Command *newCommand, CommandParser *newCommandParser) override