diff options
Diffstat (limited to 'engines/zvision/render_manager.h')
-rw-r--r-- | engines/zvision/render_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/zvision/render_manager.h b/engines/zvision/render_manager.h index fd36ab5730..9881676583 100644 --- a/engines/zvision/render_manager.h +++ b/engines/zvision/render_manager.h @@ -108,6 +108,8 @@ public: */ void renderBackbufferToScreen(); + void copyRectToWorkingWindow(const uint16 *buffer, int32 destX, int32 destY, int32 imageWidth, int32 width, int32 height); + /** * Fills the entire workingWindow with the specified color * @@ -192,8 +194,6 @@ private: void readImageToSurface(const Common::String &fileName, Graphics::Surface &destination); - void renderRectToWorkingWindow(uint16 *buffer, int32 x, int32 y, int32 imageWidth, int32 width, int32 height); - void moveBackground(int offset); }; |