1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2024-12-29 12:20:41 +00:00
OpenMW/apps/openmw/mwlua/animationbindings.hpp

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
297 B
C++
Raw Normal View History

2024-01-26 21:39:33 +00:00
#ifndef MWLUA_ANIMATIONBINDINGS_H
#define MWLUA_ANIMATIONBINDINGS_H
#include <sol/forward.hpp>
namespace MWLua
{
2024-03-01 13:12:02 +00:00
struct Context;
2024-01-26 21:39:33 +00:00
sol::table initAnimationPackage(const Context& context);
sol::table initWorldVfxBindings(const Context& context);
2024-01-26 21:39:33 +00:00
}
#endif // MWLUA_ANIMATIONBINDINGS_H