aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-22 10:36:18 +1000
committerPaul Gilbert2012-09-22 10:36:18 +1000
commit460b4eb17b02dd1bc5653d8f4c7732654bad77ed (patch)
treeed7012097804a2bf0e060e49ef5ba839a5ffe83f /engines/hopkins/graphics.h
parent1a639302782e35307ee82d4961f7f784fb2fd917 (diff)
downloadscummvm-rg350-460b4eb17b02dd1bc5653d8f4c7732654bad77ed.tar.gz
scummvm-rg350-460b4eb17b02dd1bc5653d8f4c7732654bad77ed.tar.bz2
scummvm-rg350-460b4eb17b02dd1bc5653d8f4c7732654bad77ed.zip
HOPKINS: Implemented AFFICHE_SPEED method
Diffstat (limited to 'engines/hopkins/graphics.h')
-rw-r--r--engines/hopkins/graphics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/hopkins/graphics.h b/engines/hopkins/graphics.h
index ca343cc1b4..0fc5222408 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -166,6 +166,7 @@ public:
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);
};
} // End of namespace Hopkins