aboutsummaryrefslogtreecommitdiff
path: root/scumm/gfx.h
diff options
context:
space:
mode:
authorMax Horn2004-08-08 13:24:41 +0000
committerMax Horn2004-08-08 13:24:41 +0000
commit6772f1d358c1d9a44c6aafd649d34dbea06bece0 (patch)
tree02dc28bda2cf40af2f51eb0f9f2a67e340ee2ec6 /scumm/gfx.h
parent83600ac7316869843b15e0f464eebc41ec202149 (diff)
downloadscummvm-rg350-6772f1d358c1d9a44c6aafd649d34dbea06bece0.tar.gz
scummvm-rg350-6772f1d358c1d9a44c6aafd649d34dbea06bece0.tar.bz2
scummvm-rg350-6772f1d358c1d9a44c6aafd649d34dbea06bece0.zip
Moved some code out into a separate function
svn-id: r14516
Diffstat (limited to 'scumm/gfx.h')
-rw-r--r--scumm/gfx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/gfx.h b/scumm/gfx.h
index ecfe6d2af1..8c445f42a3 100644
--- a/scumm/gfx.h
+++ b/scumm/gfx.h
@@ -266,6 +266,8 @@ protected:
public:
void drawBitmap(const byte *ptr, VirtScreen *vs, int x, int y, const int width, const int height,
int stripnr, int numstrip, byte flag, StripTable *table = 0);
+ void drawBitmapV2Helper(const byte *ptr, VirtScreen *vs, int x, int y, const int width, const int height,
+ int stripnr, int numstrip, StripTable *table);
StripTable *generateStripTable(const byte *src, int width, int height, StripTable *table);
void disableZBuffer() { _zbufferDisabled = true; }