From bccca104d0635949d328a18d722218ba4bf59f0c Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Sun, 31 May 2009 00:42:44 +0000 Subject: - Add support for the Lands of Lore outro TIM file - Cleanup svn-id: r41053 --- engines/kyra/wsamovie.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/kyra/wsamovie.h') diff --git a/engines/kyra/wsamovie.h b/engines/kyra/wsamovie.h index bc5d723bbd..ab6007f060 100644 --- a/engines/kyra/wsamovie.h +++ b/engines/kyra/wsamovie.h @@ -42,6 +42,9 @@ public: virtual bool opened() { return _opened; } + virtual int xAdd() const { return 0; } + virtual int yAdd() const { return 0; } + virtual int width() const = 0; virtual int height() const = 0; -- cgit v1.2.3