mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-15 17:39:40 +00:00
[Client] Fix includes for RecordHelper
This commit is contained in:
parent
aa06056d00
commit
2fc50d7280
2 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
#include <components/openmw-mp/TimedLog.hpp>
|
||||
|
||||
#include "../mwbase/environment.hpp"
|
||||
|
||||
#include "../mwworld/cellstore.hpp"
|
||||
#include "../mwworld/worldimp.hpp"
|
||||
|
||||
|
|
|
@ -3,8 +3,7 @@
|
|||
|
||||
#include <components/openmw-mp/Base/BaseWorldstate.hpp>
|
||||
|
||||
#include <components/esm/loadcrea.hpp>
|
||||
#include <components/esm/loadnpc.hpp>
|
||||
#include "../mwbase/environment.hpp"
|
||||
|
||||
namespace RecordHelper
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue