mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 23:15:11 +00:00
8 lines
175 B
C
8 lines
175 B
C
#ifndef _4J_INPUT_STADAFX_H
|
|
#define _4J_INPUT_STADAFX_H
|
|
|
|
#ifdef __linux__
|
|
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
|
#endif
|
|
|
|
#endif //_4J_INPUT_STADAFX_H
|