1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-16 15:46:34 +00:00

Fixed properly

This commit is contained in:
SkyHasACat 2025-08-03 12:40:30 -07:00 committed by Evil Eye
parent a418e05869
commit fe48e2c9ae
2 changed files with 1 additions and 3 deletions

View file

@ -6,7 +6,6 @@
#include <components/lua/luastate.hpp>
#include <components/misc/color.hpp>
#include <sol/sol.hpp>
namespace sol
{
template <>

View file

@ -3,10 +3,9 @@
#include <sol/forward.hpp>
#include "context.hpp"
namespace MWLua
{
struct Context;
sol::table initCoreRegionBindings(const Context& context);
}