[Client] Fix path to MechanicsHelper in ProcessorPlayerItemUse

This commit is contained in:
David Cernat 2018-08-09 22:33:22 +03:00
parent 8df08c7d10
commit 5d66a9bb66

View file

@ -6,7 +6,8 @@
#include "apps/openmw/mwgui/windowmanagerimp.hpp" #include "apps/openmw/mwgui/windowmanagerimp.hpp"
#include "apps/openmw/mwworld/inventorystore.hpp" #include "apps/openmw/mwworld/inventorystore.hpp"
#include "../MechanicsHelper.hpp" #include "apps/openmw/mwmp/MechanicsHelper.hpp"
#include "../PlayerProcessor.hpp" #include "../PlayerProcessor.hpp"
namespace mwmp namespace mwmp