mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-14 21:56:36 +00:00
13 lines
221 B
C++
13 lines
221 B
C++
#ifndef MWLUA_LANDBINDINGS_H
|
|
#define MWLUA_LANDBINDINGS_H
|
|
|
|
#include <sol/forward.hpp>
|
|
|
|
namespace MWLua
|
|
{
|
|
struct Context;
|
|
|
|
sol::table initCoreLandBindings(const Context& context);
|
|
}
|
|
|
|
#endif // MWLUA_LANDBINDINGS_H
|