aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/map.h')
-rw-r--r--engines/xeen/map.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h
index f878a0d0d5..7d268efb8e 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -112,6 +112,8 @@ public:
public:
SurroundingMazes();
+ void clear();
+
void synchronize(Common::SeekableReadStream &s);
int &operator[](int idx);
@@ -199,6 +201,8 @@ public:
public:
MazeData();
+ void clear();
+
void synchronize(Common::SeekableReadStream &s);
void setAllTilesStepped();