LeviLamina
Loading...
Searching...
No Matches
MapConstants.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace MapConstants {
6// static variables
7// NOLINTBEGIN
8MCNAPI int const& DEFAULT_SCALE();
9
10MCNAPI int const& DEFAULT_SCALE_LEGACY_STARTING_MAP();
11
12MCNAPI int const& DEFAULT_SCALE_STARTING_MAP();
13
14MCNAPI int const& HALF_MAP_SIZE();
15
16MCNAPI int const& MAP_SIZE();
17
18MCNAPI int const& MAX_SCALE();
19
20MCNAPI int const& TRACKING_RANGE();
21// NOLINTEND
22
23} // namespace MapConstants