mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 16:45:17 -04:00
[Client] Clean up headers in Networking
This commit is contained in:
parent
ad62968397
commit
29f9453554
@ -58,4 +58,4 @@ namespace mwmp
|
|||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif //OPENMW_MWMP_MAIN
|
#endif //OPENMW_MWMP_MAIN
|
||||||
|
@ -32,17 +32,11 @@
|
|||||||
|
|
||||||
#include "Networking.hpp"
|
#include "Networking.hpp"
|
||||||
#include "Main.hpp"
|
#include "Main.hpp"
|
||||||
|
#include "ProcessorInitializer.hpp"
|
||||||
|
#include "PlayerProcessor.hpp"
|
||||||
|
#include "WorldProcessor.hpp"
|
||||||
#include "GUIController.hpp"
|
#include "GUIController.hpp"
|
||||||
#include "CellController.hpp"
|
#include "CellController.hpp"
|
||||||
#include "MechanicsHelper.hpp"
|
|
||||||
#include "LocalPlayer.hpp"
|
|
||||||
#include "DedicatedPlayer.hpp"
|
|
||||||
#include "LocalPlayer.hpp"
|
|
||||||
#include "GUIController.hpp"
|
|
||||||
#include "Main.hpp"
|
|
||||||
#include "PlayerProcessor.hpp"
|
|
||||||
#include "ProcessorInitializer.hpp"
|
|
||||||
#include "WorldProcessor.hpp"
|
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace mwmp;
|
using namespace mwmp;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user