mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-05-29 17:26:48 +00:00
add support for linux clang cross compiles
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "stdafx.h"
|
||||
#include "RemotePlayer.h"
|
||||
#include "..\Minecraft.World\net.minecraft.world.item.h"
|
||||
#include "..\Minecraft.World\Mth.h"
|
||||
#include "../Minecraft.World/net.minecraft.world.item.h"
|
||||
#include "../Minecraft.World/Mth.h"
|
||||
|
||||
RemotePlayer::RemotePlayer(Level *level, const wstring& name) : Player(level, name)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user