aboutsummaryrefslogtreecommitdiff
path: root/engines/access/inventory.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/access/inventory.h')
-rw-r--r--engines/access/inventory.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/access/inventory.h b/engines/access/inventory.h
index cf8167d76c..255b6dce40 100644
--- a/engines/access/inventory.h
+++ b/engines/access/inventory.h
@@ -76,6 +76,10 @@ private:
void freeInvCells();
int coordIndexOf();
+
+ void saveScreens();
+
+ void restoreScreens();
public:
Common::Array<int> _inv;
Common::StringArray _names;