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