diff options
Diffstat (limited to 'engines/titanic/moves/move_player_in_parrot_room.h')
-rw-r--r-- | engines/titanic/moves/move_player_in_parrot_room.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/titanic/moves/move_player_in_parrot_room.h b/engines/titanic/moves/move_player_in_parrot_room.h index 54dc2eb992..50a0b2a00e 100644 --- a/engines/titanic/moves/move_player_in_parrot_room.h +++ b/engines/titanic/moves/move_player_in_parrot_room.h @@ -44,6 +44,14 @@ public: * Load the data for the class from file */ virtual void load(SimpleFile *file); + + /** + * Returns a point that falls within the object. Used for simulating + * mouse clicks for movement when arrow keys are pressed + * @param pt Return point + * @returns True if a point was found + */ + virtual bool findPoint(Point &pt); }; } // End of namespace Titanic |