From 454b6a2bbe38a4540769ad5cf51290b7a19524e4 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 12 Apr 2015 11:06:25 -0500 Subject: SHERLOCK: Implemented pick up code --- engines/sherlock/objects.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines/sherlock/objects.h') diff --git a/engines/sherlock/objects.h b/engines/sherlock/objects.h index 2c642b5a58..534ed66643 100644 --- a/engines/sherlock/objects.h +++ b/engines/sherlock/objects.h @@ -214,6 +214,8 @@ public: void adjustObject(); + int pickUpObject(const char *const messages[]); + int frameWidth() const { return _imageFrame ? _imageFrame->_frame.w : 0; } int frameHeight() const { return _imageFrame ? _imageFrame->_frame.h : 0; } const Common::Rect getNewBounds() const; -- cgit v1.2.3