aboutsummaryrefslogtreecommitdiff
path: root/engines/mutationofjb/commands/endblockcommand.h
diff options
context:
space:
mode:
authorĽubomír Remák2018-03-22 16:08:14 +0100
committerEugene Sandulenko2018-08-25 23:12:01 +0200
commit63c0dac9613caef3778a4cb9765bb8b628e5a1c2 (patch)
treede47fa3b7282dc163d06b51a47cbd1d3f0a868be /engines/mutationofjb/commands/endblockcommand.h
parent3928c52c0ee2a930431a807d0b4262440ab75725 (diff)
downloadscummvm-rg350-63c0dac9613caef3778a4cb9765bb8b628e5a1c2.tar.gz
scummvm-rg350-63c0dac9613caef3778a4cb9765bb8b628e5a1c2.tar.bz2
scummvm-rg350-63c0dac9613caef3778a4cb9765bb8b628e5a1c2.zip
MUTATIONOFJB: Add support for macro definitions.
Diffstat (limited to 'engines/mutationofjb/commands/endblockcommand.h')
-rw-r--r--engines/mutationofjb/commands/endblockcommand.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/mutationofjb/commands/endblockcommand.h b/engines/mutationofjb/commands/endblockcommand.h
index 140fb21917..1b22d75931 100644
--- a/engines/mutationofjb/commands/endblockcommand.h
+++ b/engines/mutationofjb/commands/endblockcommand.h
@@ -44,6 +44,7 @@ private:
char _ifTag;
Common::Array<uint> _pendingActionInfos;
+ Common::String _foundMacro;
};
class EndBlockCommand : public Command {