aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/script.h
diff options
context:
space:
mode:
authorEugene Sandulenko2015-12-22 10:36:56 +0100
committerEugene Sandulenko2015-12-27 15:40:59 +0100
commite71fe81d0900c8f6797386251f5ea3ad9ca5c9ed (patch)
tree8b3ec544bd3a5155961fb2c14bef16e37edb17f6 /engines/wage/script.h
parent878d1dc78bf62fda3ccfc9ffb04e63f7ad7d3742 (diff)
downloadscummvm-rg350-e71fe81d0900c8f6797386251f5ea3ad9ca5c9ed.tar.gz
scummvm-rg350-e71fe81d0900c8f6797386251f5ea3ad9ca5c9ed.tar.bz2
scummvm-rg350-e71fe81d0900c8f6797386251f5ea3ad9ca5c9ed.zip
WAGE: stubbed attack handling
Diffstat (limited to 'engines/wage/script.h')
-rw-r--r--engines/wage/script.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/wage/script.h b/engines/wage/script.h
index f99e6d91f0..4c8ce456c7 100644
--- a/engines/wage/script.h
+++ b/engines/wage/script.h
@@ -150,6 +150,10 @@ private:
void handleAimCommand(const char *target);
void handleWearCommand(const char *target);
void handleOfferCommand(const char *target);
+
+ bool tryAttack(Weapon *weapon, Common::String &input);
+ void handleAttack(Weapon *weapon);
+
};
} // End of namespace Wage