summaryrefslogtreecommitdiff
path: root/src/blitter/8bpp_base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blitter/8bpp_base.hpp')
-rw-r--r--src/blitter/8bpp_base.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blitter/8bpp_base.hpp b/src/blitter/8bpp_base.hpp
index 3e93885c7..3b313bb30 100644
--- a/src/blitter/8bpp_base.hpp
+++ b/src/blitter/8bpp_base.hpp
@@ -21,6 +21,7 @@ public:
/* virtual */ void CopyFromBuffer(void *video, const void *src, int width, int height, int src_pitch);
/* virtual */ void CopyToBuffer(const void *video, void *dst, int width, int height, int dst_pitch);
/* virtual */ void MoveBuffer(void *video_dst, const void *video_src, int width, int height);
+ /* virtual */ void ScrollBuffer(void *video, int &left, int &top, int &width, int &height, int scroll_x, int scroll_y);
/* virtual */ int BufferSize(int width, int height);
};