mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-25 10:36:50 +00:00
10 lines
243 B
C
10 lines
243 B
C
#ifndef _4J_STORAGE_STADAFX_H
|
|
#define _4J_STORAGE_STADAFX_H
|
|
|
|
#ifdef __linux__
|
|
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
|
#endif
|
|
|
|
#include "../Minecraft.World/Platform/x64headers/extraX64.h"
|
|
|
|
#endif //_4J_STORAGE_STADAFX_H
|