aboutsummaryrefslogtreecommitdiff
path: root/engines/m4/mads_logic.h
diff options
context:
space:
mode:
authorPaul Gilbert2010-05-24 12:12:27 +0000
committerPaul Gilbert2010-05-24 12:12:27 +0000
commit6bda3e15db6baaa3af3d479e86dad2dd4f95084f (patch)
tree030bffb63865244c80e6a900ce734bebf146555a /engines/m4/mads_logic.h
parent55e29af78a52a13269d9905c6410e70f56b5920d (diff)
downloadscummvm-rg350-6bda3e15db6baaa3af3d479e86dad2dd4f95084f.tar.gz
scummvm-rg350-6bda3e15db6baaa3af3d479e86dad2dd4f95084f.tar.bz2
scummvm-rg350-6bda3e15db6baaa3af3d479e86dad2dd4f95084f.zip
Implemented the bulk of the logic for displaying timed on-screen messages
svn-id: r49180
Diffstat (limited to 'engines/m4/mads_logic.h')
-rw-r--r--engines/m4/mads_logic.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/m4/mads_logic.h b/engines/m4/mads_logic.h
index a589556a21..774ed016a6 100644
--- a/engines/m4/mads_logic.h
+++ b/engines/m4/mads_logic.h
@@ -54,6 +54,7 @@ public:
void setupScene();
void enterScene();
void doAction();
+ void sceneStep();
};
}