mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-29 10:33:40 +00:00
fix: update 4J lib include paths for folder refactor
This commit is contained in:
parent
5583e04e0f
commit
771f2dde0c
|
|
@ -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
|
||||
Loading…
Reference in a new issue