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 -1
View File
@@ -1,5 +1,5 @@
#include "stdafx.h"
#include "..\..\Tesselator.h"
#include "../../Tesselator.h"
#include "XUI_FontData.h"
#include "XUI_Font.h"
+4 -4
View File
@@ -1,9 +1,9 @@
#include "stdafx.h"
#include "..\..\stubs.h"
#include "..\..\Minecraft.h"
#include "..\..\Textures.h"
#include "../../stubs.h"
#include "../../Minecraft.h"
#include "../../Textures.h"
#include "XUI_FontData.h"
#include "..\..\..\Minecraft.World\StringHelpers.h"
#include "../../../Minecraft.World/StringHelpers.h"
#define USE_NEW 0
+1 -1
View File
@@ -2,7 +2,7 @@
using namespace std;
#include <xuirender.h>
#include "..\..\Common\UI\UIFontData.h"
#include "../../Common/UI/UIFontData.h"
// 4J This class is partially based of the ATG font implementation
//--------------------------------------------------------------------------------------
@@ -2,7 +2,7 @@
#include "XUI_FontRenderer.h"
#include "XUI_Font.h"
#include "XUI_FontData.h"
#include "..\..\..\Minecraft.World\StringHelpers.h"
#include "../../../Minecraft.World/StringHelpers.h"
extern IDirect3DDevice9 *g_pD3DDevice;
extern void GetRenderAndSamplerStates(IDirect3DDevice9 *pDevice,DWORD *RenderStateA,DWORD *SamplerStateA);