mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +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
|
#define _4J_INPUT_STADAFX_H
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include "../Minecraft.Client/Linux/Stubs/LinuxStubs.h"
|
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //_4J_INPUT_STADAFX_H
|
#endif //_4J_INPUT_STADAFX_H
|
||||||
|
|
@ -3,9 +3,9 @@
|
||||||
|
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include "../Minecraft.Client/Linux/Stubs/LinuxStubs.h"
|
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../Minecraft.World/x64headers/extraX64.h"
|
#include "../Minecraft.World/Build/x64headers/extraX64.h"
|
||||||
|
|
||||||
#endif //_4J_PROFILE_STADAFX_H
|
#endif //_4J_PROFILE_STADAFX_H
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
#define _4J_RENDER_STADAFX_H
|
#define _4J_RENDER_STADAFX_H
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include "../Minecraft.Client/Linux/Stubs/LinuxStubs.h"
|
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif //_4J_RENDER_STADAFX_H
|
#endif //_4J_RENDER_STADAFX_H
|
||||||
|
|
@ -2,9 +2,9 @@
|
||||||
#define _4J_STORAGE_STADAFX_H
|
#define _4J_STORAGE_STADAFX_H
|
||||||
|
|
||||||
#ifdef __linux__
|
#ifdef __linux__
|
||||||
#include "../Minecraft.Client/Linux/Stubs/LinuxStubs.h"
|
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "../Minecraft.World/x64headers/extraX64.h"
|
#include "../Minecraft.World/Build/x64headers/extraX64.h"
|
||||||
|
|
||||||
#endif //_4J_STORAGE_STADAFX_H
|
#endif //_4J_STORAGE_STADAFX_H
|
||||||
Loading…
Reference in a new issue