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
+4 -4
View File
@@ -2,10 +2,10 @@
#include "FishingHookRenderer.h"
#include "EntityRenderDispatcher.h"
#include "Options.h"
#include "..\Minecraft.World\net.minecraft.world.entity.projectile.h"
#include "..\Minecraft.World\net.minecraft.world.entity.player.h"
#include "..\Minecraft.World\Vec3.h"
#include "..\Minecraft.World\Mth.h"
#include "../Minecraft.World/net.minecraft.world.entity.projectile.h"
#include "../Minecraft.World/net.minecraft.world.entity.player.h"
#include "../Minecraft.World/Vec3.h"
#include "../Minecraft.World/Mth.h"
#include "MultiPlayerLocalPlayer.h"
ResourceLocation FishingHookRenderer::PARTICLE_LOCATION = ResourceLocation(TN_PARTICLES);