#ifndef MWLUA_UIBINDINGS_H #define MWLUA_UIBINDINGS_H #include #include "context.hpp" namespace MWLua { sol::table initUserInterfacePackage(const Context&); } #endif // MWLUA_UIBINDINGS_H