aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/script.h
diff options
context:
space:
mode:
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