mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 22:53:50 +00:00
[Client] Include necessary headers in ContainerItemModel
This commit is contained in:
parent
8b14c007f3
commit
a378b254f8
1 changed files with 15 additions and 0 deletions
|
@ -2,6 +2,21 @@
|
|||
|
||||
#include <algorithm>
|
||||
|
||||
#include <components/openmw-mp/TimedLog.hpp>
|
||||
|
||||
/*
|
||||
Start of tes3mp addition
|
||||
|
||||
Include additional headers for multiplayer purposes
|
||||
*/
|
||||
#include "../mwmp/Main.hpp"
|
||||
#include "../mwmp/Networking.hpp"
|
||||
#include "../mwmp/LocalPlayer.hpp"
|
||||
#include "../mwmp/ObjectList.hpp"
|
||||
/*
|
||||
End of tes3mp addition
|
||||
*/
|
||||
|
||||
#include "../mwmechanics/creaturestats.hpp"
|
||||
#include "../mwmechanics/actorutil.hpp"
|
||||
|
||||
|
|
Loading…
Reference in a new issue