aboutsummaryrefslogtreecommitdiff
path: root/saga/interface.h
diff options
context:
space:
mode:
authorEugene Sandulenko2005-04-21 01:30:07 +0000
committerEugene Sandulenko2005-04-21 01:30:07 +0000
commit283a9f35ac294fa10105c7d8c18b57d7a2689e19 (patch)
treed1d35de8ff26764c87f36d3b7fa6adf3e34cb048 /saga/interface.h
parent7b93b0e079456018fdbc59e780925103ee345ca9 (diff)
downloadscummvm-rg350-283a9f35ac294fa10105c7d8c18b57d7a2689e19.tar.gz
scummvm-rg350-283a9f35ac294fa10105c7d8c18b57d7a2689e19.tar.bz2
scummvm-rg350-283a9f35ac294fa10105c7d8c18b57d7a2689e19.zip
Add not yet correctly working save/load. Use key F7 for saving
and F8 for loading. Now works only within current scene and restores to entrance #0 which is wrong. svn-id: r17726
Diffstat (limited to 'saga/interface.h')
-rw-r--r--saga/interface.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/saga/interface.h b/saga/interface.h
index 84c8322004..654e7dea7d 100644
--- a/saga/interface.h
+++ b/saga/interface.h
@@ -137,8 +137,9 @@ public:
bool processKeyCode(int keyCode);
- void addToInventory(int sprite);
+ void addToInventory(int sprite, int pos = -1);
void removeFromInventory(int sprite);
+ void clearInventory();
int inventoryItemPosition(int sprite);
void drawInventory();