aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/combat.h
diff options
context:
space:
mode:
authorPaul Gilbert2015-02-28 13:00:35 -0500
committerPaul Gilbert2015-02-28 13:00:35 -0500
commitb378709478fc689de8a1a0b455deb12e6aee5fb2 (patch)
tree1d79941387303f5d54f064bab836ab1fe366f330 /engines/xeen/combat.h
parent973c5a0df5bf9f86cc589a7a138899b96684bf23 (diff)
downloadscummvm-rg350-b378709478fc689de8a1a0b455deb12e6aee5fb2.tar.gz
scummvm-rg350-b378709478fc689de8a1a0b455deb12e6aee5fb2.tar.bz2
scummvm-rg350-b378709478fc689de8a1a0b455deb12e6aee5fb2.zip
XEEN: Implement shoot action
Diffstat (limited to 'engines/xeen/combat.h')
-rw-r--r--engines/xeen/combat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/combat.h b/engines/xeen/combat.h
index 9831f90f25..cff9261b05 100644
--- a/engines/xeen/combat.h
+++ b/engines/xeen/combat.h
@@ -172,6 +172,8 @@ public:
int stopAttack(const Common::Point &diffPt);
void multiAttack(int powNum);
+
+ void shootRangedWeapon();
};
} // End of namespace Xeen