aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/town.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/town.h')
-rw-r--r--engines/xeen/town.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/town.h b/engines/xeen/town.h
index 068cc8252b..df754d5cef 100644
--- a/engines/xeen/town.h
+++ b/engines/xeen/town.h
@@ -79,6 +79,8 @@ private:
void depositWithdrawl(int choice);
void notEnough(int consumableId, int whereId, bool mode, ErrorWaitType wait);
+
+ int subtract(int mode, uint amount, int whereId, ErrorWaitType wait);
public:
Town(XeenEngine *vm);