mirror of
https://github.com/LCEMP/LCEMP-Server.git
synced 2026-07-16 05:21:07 +00:00
15 lines
251 B
C
15 lines
251 B
C
#pragma once
|
|
|
|
#ifndef _DEDICATED_SERVER
|
|
#define _DEDICATED_SERVER
|
|
#endif
|
|
|
|
#ifdef __linux__
|
|
typedef unsigned __int128 __uint128;
|
|
#endif
|
|
|
|
#include "../Minecraft.Client/stdafx.h"
|
|
|
|
#include "../Minecraft.World/TilePos.h"
|
|
|
|
#define FIFTY_ONE_MB (1000000*51) |