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