mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-18 19:16:37 +00:00
reorder includes
This commit is contained in:
parent
22a0dce4a6
commit
3b962e3fd4
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
||||||
#include "magicbindings.hpp"
|
#include "magicbindings.hpp"
|
||||||
#include "soundbindings.hpp"
|
#include "soundbindings.hpp"
|
||||||
#include "stats.hpp"
|
#include "stats.hpp"
|
||||||
|
|
||||||
namespace MWLua
|
namespace MWLua
|
||||||
{
|
{
|
||||||
static sol::table initContentFilesBindings(sol::state_view& lua)
|
static sol::table initContentFilesBindings(sol::state_view& lua)
|
||||||
|
|
Loading…
Reference in a new issue