mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-28 21:53:36 +00:00
8 lines
178 B
C
8 lines
178 B
C
#ifndef _4J_RENDER_STADAFX_H
|
|
#define _4J_RENDER_STADAFX_H
|
|
|
|
#ifdef __linux__
|
|
#include "../Minecraft.Client/Platform/Linux/Stubs/LinuxStubs.h"
|
|
#endif
|
|
|
|
#endif //_4J_RENDER_STADAFX_H
|