aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/user_interface.h
diff options
context:
space:
mode:
authorStrangerke2015-10-27 22:28:43 +0100
committerStrangerke2015-10-27 22:28:43 +0100
commitcbb302a550273a80b1826912396053d0309775c9 (patch)
treef53bcc3f8ceae6dd35bb316c6e0f92413265b922 /engines/mads/user_interface.h
parent49a5b194d07304361aa46fab4900a5104b097f8a (diff)
downloadscummvm-rg350-cbb302a550273a80b1826912396053d0309775c9.tar.gz
scummvm-rg350-cbb302a550273a80b1826912396053d0309775c9.tar.bz2
scummvm-rg350-cbb302a550273a80b1826912396053d0309775c9.zip
MADS: Phantom: Implement scene 301
Diffstat (limited to 'engines/mads/user_interface.h')
-rw-r--r--engines/mads/user_interface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/mads/user_interface.h b/engines/mads/user_interface.h
index 1366aa2c32..60cc1f736d 100644
--- a/engines/mads/user_interface.h
+++ b/engines/mads/user_interface.h
@@ -191,8 +191,6 @@ private:
*/
void writeVocab(ScrCategory category, int id);
- void refresh();
-
void updateRect(const Common::Rect &bounds);
public:
MSurface _surface;
@@ -304,6 +302,8 @@ public:
* Synchronize the data
*/
void synchronize(Common::Serializer &s);
+
+ void refresh();
};
} // End of namespace MADS