aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/map.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-11 14:21:57 -0500
committerPaul Gilbert2015-01-11 14:21:57 -0500
commit3b1edcdf36fc7a207a70cb28e7dcf7879ea9b7e5 (patch)
tree8eabf36d7aeaa2fd790c3f1aa3125b348e708a41 /engines/xeen/map.h
parent0b5f79afb7dbf0d2bcf3cb14747f93f348b1aaa5 (diff)
downloadscummvm-rg350-3b1edcdf36fc7a207a70cb28e7dcf7879ea9b7e5.tar.gz
scummvm-rg350-3b1edcdf36fc7a207a70cb28e7dcf7879ea9b7e5.tar.bz2
scummvm-rg350-3b1edcdf36fc7a207a70cb28e7dcf7879ea9b7e5.zip
XEEN: Implemented code for 'saving' resources to the loaded savefile
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 bc1b0245b9..c23b214736 100644
--- a/engines/xeen/map.h
+++ b/engines/xeen/map.h
@@ -350,6 +350,8 @@ public:
int mazeLookup(const Common::Point &pt, int directionLayerIndex);
void setCellSurfaceFlags(const Common::Point &pt, int bits);
+
+ void saveMaze();
};
} // End of namespace Xeen