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