22 #ifndef MUTATIONOFJB_BITMAPVISIBILITYCOMMAND_H 23 #define MUTATIONOFJB_BITMAPVISIBILITYCOMMAND_H 25 #include "mutationofjb/commands/seqcommand.h" 26 #include "common/str.h" 39 BitmapVisibilityCommand(uint8 sceneId, uint8 bitmapId,
bool visible) : _sceneId(sceneId), _bitmapId(bitmapId), _visible(visible) {}
Definition: seqcommand.h:30
Definition: animationdecoder.h:36
Definition: bitmapvisibilitycommand.h:30
Definition: bitmapvisibilitycommand.h:37
Definition: seqcommand.h:38
bool parse(const Common::String &line, ScriptParseContext &parseCtx, Command *&command) override