add support for linux clang cross compiles
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
using namespace std;
|
||||
#include <vector>
|
||||
#include "..\..\..\Minecraft.World\C4JThread.h"
|
||||
#include "..\..\Common\Network\NetworkPlayerInterface.h"
|
||||
#include "..\..\Common\Network\PlatformNetworkManagerInterface.h"
|
||||
#include "..\..\Common\Network\SessionInfo.h"
|
||||
#include "../../../Minecraft.World/C4JThread.h"
|
||||
#include "../../Common/Network/NetworkPlayerInterface.h"
|
||||
#include "../../Common/Network/PlatformNetworkManagerInterface.h"
|
||||
#include "../../Common/Network/SessionInfo.h"
|
||||
#include "SQRNetworkPlayer.h"
|
||||
|
||||
// This is how often we allow a search for new games
|
||||
|
||||
Reference in New Issue
Block a user