From 771f2dde0c85d6717cefe0f4be210442efe7f0df Mon Sep 17 00:00:00 2001 From: JuiceyDev Date: Thu, 5 Mar 2026 10:55:13 +0100 Subject: [PATCH] fix: update 4J lib include paths for folder refactor --- 4J.Input/stdafx.h | 2 +- 4J.Profile/stdafx.h | 4 ++-- 4J.Render/stdafx.h | 2 +- 4J.Storage/stdafx.h | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/4J.Input/stdafx.h b/4J.Input/stdafx.h index 6df65d81b..c5d7fda89 100644 --- a/4J.Input/stdafx.h +++ b/4J.Input/stdafx.h @@ -2,7 +2,7 @@ #define _4J_INPUT_STADAFX_H #ifdef __linux__ -#include "../Minecraft.Client/Linux/Stubs/LinuxStubs.h" +#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h" #endif #endif //_4J_INPUT_STADAFX_H \ No newline at end of file diff --git a/4J.Profile/stdafx.h b/4J.Profile/stdafx.h index b48e92ebd..ebe87b316 100644 --- a/4J.Profile/stdafx.h +++ b/4J.Profile/stdafx.h @@ -3,9 +3,9 @@ #ifdef __linux__ -#include "../Minecraft.Client/Linux/Stubs/LinuxStubs.h" +#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h" #endif -#include "../Minecraft.World/x64headers/extraX64.h" +#include "../Minecraft.World/Build/x64headers/extraX64.h" #endif //_4J_PROFILE_STADAFX_H \ No newline at end of file diff --git a/4J.Render/stdafx.h b/4J.Render/stdafx.h index 5063affb9..0aa0f4359 100644 --- a/4J.Render/stdafx.h +++ b/4J.Render/stdafx.h @@ -2,7 +2,7 @@ #define _4J_RENDER_STADAFX_H #ifdef __linux__ -#include "../Minecraft.Client/Linux/Stubs/LinuxStubs.h" +#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h" #endif #endif //_4J_RENDER_STADAFX_H \ No newline at end of file diff --git a/4J.Storage/stdafx.h b/4J.Storage/stdafx.h index 1a773bbc3..e3bb783d6 100644 --- a/4J.Storage/stdafx.h +++ b/4J.Storage/stdafx.h @@ -2,9 +2,9 @@ #define _4J_STORAGE_STADAFX_H #ifdef __linux__ -#include "../Minecraft.Client/Linux/Stubs/LinuxStubs.h" +#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h" #endif -#include "../Minecraft.World/x64headers/extraX64.h" +#include "../Minecraft.World/Build/x64headers/extraX64.h" #endif //_4J_STORAGE_STADAFX_H \ No newline at end of file