mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-26 18:35:20 +00:00
Suppress a warning.
This commit is contained in:
parent
feeb740497
commit
961b4f0142
@ -14,6 +14,7 @@ namespace MWMechanics
|
|||||||
class Action
|
class Action
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
virtual ~Action() {};
|
||||||
virtual void prepare(const MWWorld::Ptr& actor) = 0;
|
virtual void prepare(const MWWorld::Ptr& actor) = 0;
|
||||||
virtual void getCombatRange (float& rangeAttack, float& rangeFollow) = 0;
|
virtual void getCombatRange (float& rangeAttack, float& rangeFollow) = 0;
|
||||||
virtual float getActionCooldown() { return 0.f; }
|
virtual float getActionCooldown() { return 0.f; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user