From 944774e9f5fd93e077d3c0903603cfe0b9d27389 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 16 Jan 2010 14:20:00 +0000 Subject: SCI: created getCelScaledRect() inside view class svn-id: r47319 --- engines/sci/graphics/view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sci/graphics/view.h') diff --git a/engines/sci/graphics/view.h b/engines/sci/graphics/view.h index 8c01b380b9..e648a37ca9 100644 --- a/engines/sci/graphics/view.h +++ b/engines/sci/graphics/view.h @@ -59,6 +59,7 @@ public: CelInfo *getCelInfo(int16 loopNo, int16 celNo); LoopInfo *getLoopInfo(int16 loopNo); void getCelRect(int16 loopNo, int16 celNo, int16 x, int16 y, int16 z, Common::Rect *outRect); + void getCelScaledRect(int16 loopNo, int16 celNo, int16 x, int16 y, int16 z, int16 scaleX, int16 scaleY, Common::Rect *outRect); byte *getBitmap(int16 loopNo, int16 celNo); void draw(Common::Rect rect, Common::Rect clipRect, Common::Rect clipRectTranslated, int16 loopNo, int16 celNo, byte priority, uint16 EGAmappingNr, bool upscaledHires, uint16 scaleX = 128, uint16 scaleY = 128); uint16 getLoopCount() const { return _loopCount; } -- cgit v1.2.3