aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/character.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-28 18:43:04 -0500
committerPaul Gilbert2015-02-28 18:43:04 -0500
commit93cc299eafab9e385af9b812f45809cc4645a14e (patch)
tree60138bd303ce229db03effa64f49feb6ca334750 /engines/xeen/character.h
parent99aa64bda4695ca704a2902d3c6b6bd705204043 (diff)
downloadscummvm-rg350-93cc299eafab9e385af9b812f45809cc4645a14e.tar.gz
scummvm-rg350-93cc299eafab9e385af9b812f45809cc4645a14e.tar.bz2
scummvm-rg350-93cc299eafab9e385af9b812f45809cc4645a14e.zip
XEEN: Implement addHitPoints and spellFX methods
Diffstat (limited to 'engines/xeen/character.h')
-rw-r--r--engines/xeen/character.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/xeen/character.h b/engines/xeen/character.h
index 77ab882305..f1243f1568 100644
--- a/engines/xeen/character.h
+++ b/engines/xeen/character.h
@@ -278,6 +278,8 @@ public:
bool isDisabledOrDead() const;
+ bool isDead() const;
+
int getAge(bool ignoreTemp = false) const;
int getMaxHP() const;
@@ -322,6 +324,8 @@ public:
int makeItem(int p1, int itemIndex, int p3);
+ void addHitPoints(int amount);
+
void subtractHitPoints(int amount);
bool hasSpecialItem() const;