1
0
Fork 1
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:
David Cernat 2020-01-19 17:20:17 +02:00
parent 8b14c007f3
commit a378b254f8

View file

@ -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"