1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-15 10:56:36 +00:00
openmw/apps/openmw/mwlua/uibindings.hpp

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