1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-13 22:30:54 +00:00
openmw/apps/openmw/mwlua/coremwscriptbindings.hpp
2025-07-02 00:57:40 +02:00

13 lines
249 B
C++

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