mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-26 21:34:42 +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
|