aboutsummaryrefslogtreecommitdiff
path: root/engines/pink/objects/inventory.h
diff options
context:
space:
mode:
authorwhiterandrek2018-05-25 17:45:18 +0300
committerEugene Sandulenko2018-06-28 23:51:32 +0200
commit9b5dac452df50deb9b01b8c49b911c7c91a41643 (patch)
treec3501fdb88acd12c7ce16f0288c4287cea88fd98 /engines/pink/objects/inventory.h
parent04a0c4ead6e76f4eb4dcef8faa1d8d3138465289 (diff)
downloadscummvm-rg350-9b5dac452df50deb9b01b8c49b911c7c91a41643.tar.gz
scummvm-rg350-9b5dac452df50deb9b01b8c49b911c7c91a41643.tar.bz2
scummvm-rg350-9b5dac452df50deb9b01b8c49b911c7c91a41643.zip
PINK: add state saving/loading of Inventory
Diffstat (limited to 'engines/pink/objects/inventory.h')
-rw-r--r--engines/pink/objects/inventory.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/pink/objects/inventory.h b/engines/pink/objects/inventory.h
index f09e1e8161..104a8e80cb 100644
--- a/engines/pink/objects/inventory.h
+++ b/engines/pink/objects/inventory.h
@@ -53,6 +53,9 @@ public:
virtual void deserialize(Archive &archive);
virtual void toConsole();
+ void loadState(Archive &archive);
+ void saveState(Archive &archive);
+
void update();
void onClick(Common::Point point);