mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-03 23:45:32 +00:00
linux fix :p
This commit is contained in:
parent
b7a9243173
commit
0e86209224
1 changed files with 6 additions and 6 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
#include "movement.hpp"
|
||||
|
||||
#include "../mwworld/class.hpp"
|
||||
#include "../mwworld/player.hpp"
|
||||
#include "../mwworld/timestamp.hpp"
|
||||
#include "../mwbase/world.hpp"
|
||||
#include "../mwbase/environment.hpp"
|
||||
#include "../mwbase/mechanicsmanager.hpp"
|
||||
#include "..\mwworld\class.hpp"
|
||||
#include "..\mwworld\player.hpp"
|
||||
#include "..\mwworld\timestamp.hpp"
|
||||
#include "..\mwbase\world.hpp"
|
||||
#include "..\mwbase\environment.hpp"
|
||||
#include "..\mwbase\mechanicsmanager.hpp"
|
||||
|
||||
#include "OgreMath.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue