1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-16 16:10:58 +00:00
OpenMW/apps/openmw/mwlua/animationbindings.hpp
2024-03-21 11:14:01 +01:00

15 lines
296 B
C++

#ifndef MWLUA_ANIMATIONBINDINGS_H
#define MWLUA_ANIMATIONBINDINGS_H
#include <sol/forward.hpp>
namespace MWLua
{
struct Context;
sol::table initAnimationPackage(const Context& context);
sol::table initCoreVfxBindings(const Context& context);
}
#endif // MWLUA_ANIMATIONBINDINGS_H