mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 20:41:25 +00:00
11 lines
241 B
C
11 lines
241 B
C
#ifndef _4J_PROFILE_STADAFX_H
|
|
#define _4J_PROFILE_STADAFX_H
|
|
|
|
|
|
#ifdef __linux__
|
|
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
|
#endif
|
|
|
|
#include "../Minecraft.World/Build/x64headers/extraX64.h"
|
|
|
|
#endif //_4J_PROFILE_STADAFX_H
|