mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-08 13:34:37 +00:00
13 lines
224 B
C++
13 lines
224 B
C++
#ifndef MWLUA_MARKUPBINDINGS_H
|
|
#define MWLUA_MARKUPBINDINGS_H
|
|
|
|
#include <sol/forward.hpp>
|
|
|
|
namespace MWLua
|
|
{
|
|
struct Context;
|
|
|
|
sol::table initMarkupPackage(const Context& context);
|
|
}
|
|
|
|
#endif // MWLUA_MARKUPBINDINGS_H
|