mirror of
https://github.com/Minecraft-Community-Edition/client.git
synced 2026-06-26 02:06:24 +00:00
Whisper Yelled At me 😢
This commit is contained in:
@@ -15,11 +15,6 @@ using namespace std;
|
||||
#endif
|
||||
#include "SessionInfo.h"
|
||||
|
||||
#ifdef _WINDOWS64
|
||||
#include "P2PConnectionManager.h"
|
||||
#include "PacketRouter.h"
|
||||
#endif
|
||||
|
||||
#ifdef __ORBIS__
|
||||
#include "..\..\Orbis\Network\PsPlusUpsellWrapper_Orbis.h"
|
||||
#endif
|
||||
@@ -164,17 +159,6 @@ public:
|
||||
void renderQueueMeter();
|
||||
wstring GatherRTTStats();
|
||||
|
||||
#ifdef _WINDOWS64
|
||||
void InitializeP2PConnections();
|
||||
void EstablishP2PMesh();
|
||||
void TeardownP2PMesh();
|
||||
void TickP2P();
|
||||
IP2PConnectionManager* GetP2PManager() { return m_p2pManager; }
|
||||
EP2PConnectionState GetP2PConnectionState(INetworkPlayer* player);
|
||||
bool IsP2PActive() { return m_p2pManager != NULL; }
|
||||
wstring GatherP2PStats();
|
||||
#endif
|
||||
|
||||
// GUI debug output
|
||||
|
||||
// Used for debugging output
|
||||
@@ -228,10 +212,6 @@ private:
|
||||
int GetJoiningReadyPercentage();
|
||||
bool m_bLastDisconnectWasLostRoomOnly;
|
||||
bool m_bFullSessionMessageOnNextSessionChange;
|
||||
|
||||
#ifdef _WINDOWS64
|
||||
IP2PConnectionManager* m_p2pManager;
|
||||
#endif
|
||||
#if defined __PS3__ || defined __PSVITA__ || defined __ORBIS__
|
||||
bool m_bSignedOutofPSN;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user