aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorStrangerke2013-02-25 23:40:19 +0100
committerStrangerke2013-02-26 07:37:09 +0100
commit79062f426ebed125d28c503decf4de11eeb17608 (patch)
tree3cb90dd12c82e799da6953930c35556cd613527d /engines/hopkins/graphics.h
parent881a3f257c7b66e49edff4c837031f5929bf70ef (diff)
downloadscummvm-rg350-79062f426ebed125d28c503decf4de11eeb17608.tar.gz
scummvm-rg350-79062f426ebed125d28c503decf4de11eeb17608.tar.bz2
scummvm-rg350-79062f426ebed125d28c503decf4de11eeb17608.zip
HOPKINS: Some renaming in GraphicsManager
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 16788ad115..620c1b7d32 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -157,20 +157,20 @@ public:
void initScreen(const Common::String &file, int mode, bool initializeScreen);
void displayAllBob();
void endDisplayBob();
+ void updateScreen();
+ void reduceScreenPart(const byte *srcSruface, byte *destSurface, int xp, int yp, int width, int height, int zoom);
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 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);
+ void setScreenWidth(int pitch);
void Sprite_Vesa(byte *surface, const byte *spriteData, int xp, int yp, int spriteIndex);
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 Trans_bloc2(byte *surface, byte *col, int size);
void NB_SCREEN(bool initPalette);
- void Reduc_Ecran(const byte *srcSruface, byte *destSurface, int xp, int yp, int width, int height, int zoom);
};
} // End of namespace Hopkins