mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 11:26:35 +00:00
12 lines
275 B
C++
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
|