mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-06-06 07:27:37 +00:00
add support for linux clang cross compiles
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
#include "SocketAddress.h"
|
||||
#include "Socket.h"
|
||||
#include "ThreadName.h"
|
||||
#include "..\Minecraft.Client\ServerConnection.h"
|
||||
#include "../Minecraft.Client/ServerConnection.h"
|
||||
#include <algorithm>
|
||||
#include "..\Minecraft.Client\PS3\PS3Extras\ShutdownManager.h"
|
||||
#include "../Minecraft.Client/PS3/PS3Extras/ShutdownManager.h"
|
||||
|
||||
// This current socket implementation is for the creation of a single local link. 2 sockets can be created, one for either end of this local
|
||||
// link, the end (0 or 1) is passed as a parameter to the ctor.
|
||||
|
||||
Reference in New Issue
Block a user