mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-01 04:20:20 +00:00
Merge branch 'deadanimation' into 'master'
Remove dead code See merge request OpenMW/openmw!3866
This commit is contained in:
commit
c1b9beb763
@ -21,24 +21,6 @@
|
|||||||
#include "animationbindings.hpp"
|
#include "animationbindings.hpp"
|
||||||
#include <array>
|
#include <array>
|
||||||
|
|
||||||
namespace MWLua
|
|
||||||
{
|
|
||||||
struct AnimationGroup;
|
|
||||||
struct TextKeyCallback;
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace sol
|
|
||||||
{
|
|
||||||
template <>
|
|
||||||
struct is_automagical<MWLua::AnimationGroup> : std::false_type
|
|
||||||
{
|
|
||||||
};
|
|
||||||
template <>
|
|
||||||
struct is_automagical<std::shared_ptr<MWLua::TextKeyCallback>> : std::false_type
|
|
||||||
{
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|
||||||
namespace MWLua
|
namespace MWLua
|
||||||
{
|
{
|
||||||
using BlendMask = MWRender::Animation::BlendMask;
|
using BlendMask = MWRender::Animation::BlendMask;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user