aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-23 10:59:52 +1000
committerPaul Gilbert2012-09-23 10:59:52 +1000
commit01bcd87ba43482ef5e773fc6abdf3cb0e918bbe5 (patch)
tree600c8bb75113502285b473e24ece4d4fd34f3a50 /engines/hopkins/graphics.h
parente0c9eeae160d9521b3ece41da8a4edd7e5d19cc9 (diff)
downloadscummvm-rg350-01bcd87ba43482ef5e773fc6abdf3cb0e918bbe5.tar.gz
scummvm-rg350-01bcd87ba43482ef5e773fc6abdf3cb0e918bbe5.tar.bz2
scummvm-rg350-01bcd87ba43482ef5e773fc6abdf3cb0e918bbe5.zip
HOPKINS: Initial implementation of CHOICE_OPTION and AFF_SPRITES
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 0fc5222408..3a3b4c5e9e 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -156,17 +156,17 @@ public:
void FIN_VISU();
void VISU_ALL();
void RESET_SEGMENT_VESA();
- void Ajoute_Segment_Vesa(int a1, int a2, int a3, int a4);
+ void Ajoute_Segment_Vesa(int x1, int y1, int x2, int y2);
int Magic_Number(int v);
void Affiche_Segment_Vesa();
void CopyAsm(const byte *surface);
void Restore_Mem(byte *a1, const byte *a2, int a3, int a4, unsigned int a5, int a6);
int Reel_Zoom(int v, int percentage);
int Reel_Reduc(int v, int percentage);
- void AFF_SPRITES();
void Affiche_Perfect(byte *destSurface, const byte *srcData, int a3, int a4, int a5, int a6, int a7, int a8);
- void VBL();
void AFFICHE_SPEED(const byte *spriteData, int xp, int yp, int spriteIndex);
+ void SCOPY(const byte *surface, int x1, int y1, int x2, int y2, byte *destSurface, int destX, int destY);
+ void Copy_Mem(const byte *srcSurface, int x1, int y1, unsigned int width, int height, byte *destSurface, int destX, int destY);
};
} // End of namespace Hopkins