mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-05 13:57:22 +00:00
fix: update 4J lib include paths for folder refactor
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user