mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-25 17:13:41 +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
|