mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
fix order of includes + changelog
This commit is contained in:
parent
eb5149ee0e
commit
22e758a8df
2 changed files with 10 additions and 5 deletions
|
@ -1,3 +1,8 @@
|
|||
0.50.0
|
||||
------
|
||||
|
||||
Feature #8320: Add access mwscript source text to lua api
|
||||
|
||||
0.49.0
|
||||
------
|
||||
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#include "coremwscriptbindings.hpp"
|
||||
|
||||
#include "context.hpp"
|
||||
|
||||
#include "apps/openmw/mwworld/esmstore.hpp"
|
||||
|
||||
#include <apps/openmw/mwlua/recordstore.hpp>
|
||||
#include <components/esm3/loadscpt.hpp>
|
||||
|
||||
#include "../mwworld/esmstore.hpp"
|
||||
|
||||
#include "context.hpp"
|
||||
#include "recordstore.hpp"
|
||||
|
||||
namespace MWLua
|
||||
{
|
||||
sol::table initCoreMwScriptBindings(const Context& context)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue