Files
LCEMP-Server/stdafx.h
2026-03-15 22:25:51 -03:00

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)