aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_views.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-07-01 12:01:17 +0000
committerPaul Gilbert2010-07-01 12:01:17 +0000
commit6c6d8b3fb39afe4a5866348ca2d34a7b13b566bb (patch)
tree2534a8ec7d4cd1cc155f99f0ad6f9d34fc9936be /engines/m4/mads_views.h
parentb45d2cd92b137dc429f12f67b887a193f601afb2 (diff)
downloadscummvm-rg350-6c6d8b3fb39afe4a5866348ca2d34a7b13b566bb.tar.gz
scummvm-rg350-6c6d8b3fb39afe4a5866348ca2d34a7b13b566bb.tar.bz2
scummvm-rg350-6c6d8b3fb39afe4a5866348ca2d34a7b13b566bb.zip
Introduced a hash for storing all the miscellaneous data values, and used it to more properly implement display of all the wakeup text in the first room
svn-id: r50544
Diffstat (limited to 'engines/m4/mads_views.h')
-rw-r--r--engines/m4/mads_views.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/m4/mads_views.h b/engines/m4/mads_views.h
index 2fbe6a6dc7..e3344bc8a4 100644
--- a/engines/m4/mads_views.h
+++ b/engines/m4/mads_views.h
@@ -376,6 +376,7 @@ public:
virtual void load(const Common::String &filename, int v0) = 0;
virtual void update() = 0;
virtual void setCurrentFrame(int frameNumber) = 0;
+ virtual int getCurrentFrame() = 0;
};