mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-12 07:04:33 +00:00
15 lines
230 B
C++
15 lines
230 B
C++
#ifndef MWLUA_MWSCRIPTBINDINGS_H
|
|
#define MWLUA_MWSCRIPTBINDINGS_H
|
|
|
|
#include <sol/forward.hpp>
|
|
|
|
#include "context.hpp"
|
|
|
|
namespace MWLua
|
|
{
|
|
|
|
sol::table initMWScriptBindings(const Context&);
|
|
|
|
}
|
|
|
|
#endif // MWLUA_MWSCRIPTBINDINGS_H
|