aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/party.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-01-30 19:18:43 -0500
committerPaul Gilbert2015-01-30 19:18:43 -0500
commit29753a29a4b82d8cac78223232dc84c003d8f210 (patch)
treed25360ef31ae4650facfd70191eb74446d5851e1 /engines/xeen/party.h
parentbe327cb7672652a44294a13b9fa4215ae6358b6a (diff)
downloadscummvm-rg350-29753a29a4b82d8cac78223232dc84c003d8f210.tar.gz
scummvm-rg350-29753a29a4b82d8cac78223232dc84c003d8f210.tar.bz2
scummvm-rg350-29753a29a4b82d8cac78223232dc84c003d8f210.zip
XEEN: Implemented SpellsDialog and ConfirmDialog classes
Diffstat (limited to 'engines/xeen/party.h')
-rw-r--r--engines/xeen/party.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/party.h b/engines/xeen/party.h
index 035e76c098..e00b42476a 100644
--- a/engines/xeen/party.h
+++ b/engines/xeen/party.h
@@ -28,6 +28,7 @@
#include "common/rect.h"
#include "common/serializer.h"
#include "xeen/combat.h"
+#include "xeen/dialogs_error.h"
#include "xeen/items.h"
namespace Xeen {
@@ -274,6 +275,10 @@ public:
void resetTemps();
void handleLight();
+
+ int subtract(int mode, uint amount, int whereId, ErrorWaitType wait);
+
+ void notEnough(int consumableId, int whereId, bool mode, ErrorWaitType wait);
};
} // End of namespace Xeen