aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorFilippos Karapetis2013-02-25 02:42:35 +0200
committerFilippos Karapetis2013-02-25 22:00:45 +0200
commitb7419454c5416824552afd222af23d0bdfea7cb7 (patch)
tree4682126f0168d5c0d09ea56f9ff2ca6ff9392236 /engines/hopkins/graphics.h
parentc9b1dd37c5abceda2d9a6415d474c0b980c1f5cf (diff)
downloadscummvm-rg350-b7419454c5416824552afd222af23d0bdfea7cb7.tar.gz
scummvm-rg350-b7419454c5416824552afd222af23d0bdfea7cb7.tar.bz2
scummvm-rg350-b7419454c5416824552afd222af23d0bdfea7cb7.zip
HOPKINS: Rename DD_VBL() -> updateScreen()
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 6dc8ec6849..16788ad115 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -161,7 +161,7 @@ public:
void SETCOLOR3(int palIndex, int r, int g, int b);
void SETCOLOR4(int palIndex, int r, int g, int b);
void AFFICHE_SPEEDVGA(const byte *objectData, int xp, int yp, int idx, bool addSegment = true);
- void DD_VBL();
+ void updateScreen();
void Affiche_Perfect(byte *surface, const byte *srcData, int xp300, int yp300, int frameIndex, int zoom1, int zoom2, bool flipFl);
void Copy_Mem(const byte *srcSurface, int x1, int y1, uint16 width, int height, byte *destSurface, int destX, int destY);
void SCANLINE(int pitch);