openmw/apps/openmw/mwlua/animationbindings.hpp
2024-01-26 21:39:33 +00:00

12 lines
275 B
C++

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