add support for linux clang cross compiles

This commit is contained in:
ryleu
2026-04-08 12:03:15 +03:00
committed by neoapps-dev
parent b2f00d16e6
commit 5eab358dde
889 changed files with 4170 additions and 3569 deletions
@@ -1,6 +1,6 @@
#include "stdafx.h"
#include "DurangoLeaderboardManager.h"
#include "..\..\..\Minecraft.World\StringHelpers.h"
#include "../../../Minecraft.World/StringHelpers.h"
namespace WFC = Windows::Foundation::Collections;
namespace CC = concurrency;
@@ -1,6 +1,6 @@
#pragma once
#include "Common\Leaderboards\LeaderboardManager.h"
#include "Common/Leaderboards/LeaderboardManager.h"
namespace P = Platform;
namespace PC = Platform::Collections;
@@ -1,15 +1,15 @@
#include "stdafx.h"
#include "..\Minecraft.World\Tile.h"
#include "..\Minecraft.World\Item.h"
#include "../Minecraft.World/Tile.h"
#include "../Minecraft.World/Item.h"
#include "..\Minecraft.World\DurangoStats.h"
#include "../Minecraft.World/DurangoStats.h"
#include "..\Minecraft.World\EntityIO.h"
#include "../Minecraft.World/EntityIO.h"
#include "..\Minecraft.World\StringHelpers.h"
#include "../Minecraft.World/StringHelpers.h"
#include "Common\Console_Awards_enum.h"
#include "Common/Console_Awards_enum.h"
#include "DurangoStatsDebugger.h"
@@ -1,8 +1,8 @@
#include "stdafx.h"
#include "Durango\ServiceConfig\Events-XBLA.8-149E11AEEvents.h"
#include "Durango/ServiceConfig/Events-XBLA.8-149E11AEEvents.h"
#include "..\Minecraft.World\DurangoStats.h"
#include "../Minecraft.World/DurangoStats.h"
#include "GameProgress.h"