aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorStrangerke2013-02-20 01:23:39 +0100
committerStrangerke2013-02-20 01:23:39 +0100
commitf9f6133851b22826f8522b045107563494befad0 (patch)
tree4c0a16ed6322dbff194527055574666c61adc5dd /engines/hopkins/graphics.h
parent9aa7e136f85073b16542f67d5b1fd696eff77fa6 (diff)
downloadscummvm-rg350-f9f6133851b22826f8522b045107563494befad0.tar.gz
scummvm-rg350-f9f6133851b22826f8522b045107563494befad0.tar.bz2
scummvm-rg350-f9f6133851b22826f8522b045107563494befad0.zip
HOPKINS: Misc renaming
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index 4b9d328956..d3a3fb4f2f 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -123,6 +123,8 @@ public:
void unlockScreen();
void clearPalette();
void clearScreen();
+ void addVesaSegment(int x1, int y1, int x2, int y2);
+ void copySurface(const byte *surface, int x1, int y1, int width, int height, byte *destSurface, int destX, int destY);
void loadImage(const Common::String &file);
void loadVgaImage(const Common::String &file);
void fadeInLong();
@@ -146,10 +148,10 @@ public:
int zoomIn(int v, int percentage);
int zoomOut(int v, int percentage);
void initScreen(const Common::String &file, int mode, bool initializeScreen);
+ void displayAllBob();
+ void endDisplayBob();
void Restore_Mem(byte *destSurface, const byte *src, int xp, int yp, int width, int height);
- void addVesaSegment(int x1, int y1, int x2, int y2);
- void copySurface(const byte *surface, int x1, int y1, int width, int height, byte *destSurface, int destX, int destY);
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);
@@ -163,8 +165,6 @@ public:
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 VISU_ALL();
- void FIN_VISU();
void NB_SCREEN(bool initPalette);
void Reduc_Ecran(const byte *srcSruface, byte *destSurface, int xp, int yp, int width, int height, int zoom);
void Copy_WinScan_Vbe3(const byte *srcData, byte *destSurface);