diff --git a/4J.Input/stdafx.h b/4J.Input/stdafx.h index 6df65d81..c5d7fda8 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 b48e92eb..ebe87b31 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 5063affb..0aa0f435 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 1a773bbc..e3bb783d 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