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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/map.h b/engines/xeen/map.h
index 58e3aaa39c..51f426d566 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -385,6 +385,8 @@ public:
void setCellSurfaceFlags(const Common::Point &pt, int bits);
+ void setWall(const Common::Point &pt, Direction dir, int v);
+
void saveMaze();
int getCell(int idx);