1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-12 07:04:33 +00:00
openmw/apps/openmw/mwlua/mwscriptbindings.hpp
2023-06-30 22:26:17 +02:00

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