mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCEMP-Server.git
synced 2026-05-22 07:17:07 +00:00
8 lines
169 B
C
8 lines
169 B
C
#pragma once
|
|
|
|
#ifdef __linux__
|
|
#include "../../Minecraft.Server/Linux/PosixNetLayer.h"
|
|
#else
|
|
#error "This redirect header should only be used on Linux builds"
|
|
#endif
|