22 #ifndef NANCY_ACTION_SOUNDMATCHPUZZLE_H 23 #define NANCY_ACTION_SOUNDMATCHPUZZLE_H 25 #include "engines/nancy/action/actionrecord.h" 40 void execute()
override;
44 Common::String getRecordTypeName()
const override {
return "SoundMatchPuzzle"; }
45 bool isViewportRelative()
const override {
return true; }
51 #endif // NANCY_ACTION_SOUNDMATCHPUZZLE_H
Definition: actionrecord.h:149
Definition: soundmatchpuzzle.h:32
Definition: actionmanager.h:32