mirror of https://github.com/OpenMW/openmw.git
Merge branch 'master' into 'master'
An ability to specify attack type in controls.use value See merge request OpenMW/openmw!4187pull/3236/head
commit
ef0bb02def
@ -0,0 +1,16 @@
|
||||
#ifndef OPENMW_MWMECHANICS_ATTACKTYPE_H
|
||||
#define OPENMW_MWMECHANICS_ATTACKTYPE_H
|
||||
|
||||
namespace MWMechanics
|
||||
{
|
||||
enum class AttackType
|
||||
{
|
||||
NoAttack,
|
||||
Any,
|
||||
Chop,
|
||||
Slash,
|
||||
Thrust
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue