mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 04:54:57 +00:00
8 lines
176 B
C
8 lines
176 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
|