1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-13 16:13:06 +00:00
openmw/apps/openmw/mwlua/uibindings.hpp

13 lines
214 B
C++

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