mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-16 15:46:34 +00:00
Fixed properly
This commit is contained in:
parent
a418e05869
commit
fe48e2c9ae
2 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,6 @@
|
|||
#include <components/lua/luastate.hpp>
|
||||
#include <components/misc/color.hpp>
|
||||
|
||||
#include <sol/sol.hpp>
|
||||
namespace sol
|
||||
{
|
||||
template <>
|
||||
|
|
|
@ -3,10 +3,9 @@
|
|||
|
||||
#include <sol/forward.hpp>
|
||||
|
||||
#include "context.hpp"
|
||||
|
||||
namespace MWLua
|
||||
{
|
||||
struct Context;
|
||||
sol::table initCoreRegionBindings(const Context& context);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue