From 4633b8398642f3005827780313c25479689a72dc Mon Sep 17 00:00:00 2001 From: Ľubomír Remák Date: Sat, 4 Aug 2018 18:41:33 +0200 Subject: MUTATIONOFJB: Improve documentation and naming. --- engines/mutationofjb/commands/seqcommand.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/mutationofjb/commands/seqcommand.h') diff --git a/engines/mutationofjb/commands/seqcommand.h b/engines/mutationofjb/commands/seqcommand.h index 6c969e935f..e37f77ff70 100644 --- a/engines/mutationofjb/commands/seqcommand.h +++ b/engines/mutationofjb/commands/seqcommand.h @@ -33,6 +33,9 @@ public: virtual void transition(ScriptParseContext &parseCtx, Command *oldCommand, Command *newCommand, CommandParser *newCommandParser) override; }; +/** + * Base class for sequential commands. + */ class SeqCommand : public Command { public: SeqCommand() : _nextCommand(nullptr) {} -- cgit v1.2.3