aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/graphics.h
diff options
context:
space:
mode:
authorPaul Gilbert2012-09-21 21:05:19 +1000
committerPaul Gilbert2012-09-21 21:05:19 +1000
commit507af7e8a5933903131fa1d9c1ac65ae9e31cfa0 (patch)
tree1de5c005e645e9075f5e83143aa3a76e67a8c5fc /engines/hopkins/graphics.h
parentfc5d6bfb9976d24147d2e8c073c9ca9e9cc5b8fa (diff)
downloadscummvm-rg350-507af7e8a5933903131fa1d9c1ac65ae9e31cfa0.tar.gz
scummvm-rg350-507af7e8a5933903131fa1d9c1ac65ae9e31cfa0.tar.bz2
scummvm-rg350-507af7e8a5933903131fa1d9c1ac65ae9e31cfa0.zip
HOPKINS: Moved VBL method from EventsManager to GraphicsManager
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 e02343132c..a3a6e81624 100644
--- a/engines/hopkins/graphics.h
+++ b/engines/hopkins/graphics.h
@@ -155,6 +155,7 @@ public:
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();
};
} // End of namespace Hopkins