mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-21 09:09:43 +00:00
Fix includes
This commit is contained in:
parent
25fe42de10
commit
859b6c823f
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
#include <components/esm3/loadclas.hpp>
|
||||
#include <components/lua/luastate.hpp>
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwworld/class.hpp"
|
||||
#include "../mwworld/esmstore.hpp"
|
||||
|
||||
#include "classbindings.hpp"
|
||||
#include "luamanagerimp.hpp"
|
||||
#include "stats.hpp"
|
||||
#include "types/types.hpp"
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwworld/class.hpp"
|
||||
#include "../mwworld/esmstore.hpp"
|
||||
|
||||
namespace sol
|
||||
{
|
||||
template <>
|
||||
|
|
Loading…
Reference in a new issue