aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/scene.h
diff options
context:
space:
mode:
authorPaul Gilbert2014-04-02 20:28:57 -0400
committerPaul Gilbert2014-04-02 20:28:57 -0400
commit041773705be6dd1fb09d71e482f4974247cee61f (patch)
treeb7d5a0682678b93fe09e2fb3bce22c4d5fb922de /engines/mads/scene.h
parent0c1001fbf4c37379ec685b036e63d6d59055997a (diff)
downloadscummvm-rg350-041773705be6dd1fb09d71e482f4974247cee61f.tar.gz
scummvm-rg350-041773705be6dd1fb09d71e482f4974247cee61f.tar.bz2
scummvm-rg350-041773705be6dd1fb09d71e482f4974247cee61f.zip
MADS: Fix/clean up ending of ScreenObjects::check
Diffstat (limited to 'engines/mads/scene.h')
-rw-r--r--engines/mads/scene.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/scene.h b/engines/mads/scene.h
index 1caba12851..1b0c9c9388 100644
--- a/engines/mads/scene.h
+++ b/engines/mads/scene.h
@@ -210,6 +210,8 @@ public:
void changeDepthSurface(int arg1);
void resetScene();
+
+ void backgroundAnimation();
};
} // End of namespace MADS