1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-15 11:26:35 +00:00
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