aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorStrangerke2012-12-16 09:56:50 +0100
committerStrangerke2012-12-16 09:56:50 +0100
commit0aab5168ce61d51fe0034db3c30247dd23b22813 (patch)
tree1bf13a7969de087c799f7dcf42740920624205c3 /engines/hopkins/graphics.h
parent38437c4efeae05a093adbcc23f21bbe109658a07 (diff)
downloadscummvm-rg350-0aab5168ce61d51fe0034db3c30247dd23b22813.tar.gz
scummvm-rg350-0aab5168ce61d51fe0034db3c30247dd23b22813.tar.bz2
scummvm-rg350-0aab5168ce61d51fe0034db3c30247dd23b22813.zip
HOPKINS: Start renaming ObjectsManager members
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index f88fee9fbc..deb396b0db 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -124,7 +124,6 @@ public:
void m_scroll(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
void m_scroll16(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
void m_scroll16A(const byte *surface, int xs, int ys, int width, int height, int destX, int destY);
- void Copy_Vga(const byte *surface, int xp, int yp, int width, int height, int destX, int destY);
void Copy_Vga16(const byte *surface, int xp, int yp, int width, int height, int destX, int destY);
void fade_in(const byte *palette, int step, const byte *surface);
void fade_out(const byte *palette, int step, const byte *surface);